diff options
-rw-r--r-- | libgcc/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 3772fc446..82bca3a78 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -47,6 +47,9 @@ target_noncanonical = @target_noncanonical@ # The rules for compiling them should be in the t-* file for the machine. EXTRA_PARTS = @extra_parts@ +# compiler building blocks variables +cbb_sysroot_for_libgcc = @cbb_sysroot_for_libgcc@ + # Multilib support variables. MULTISRCTOP = MULTIBUILDTOP = |