From 132f534b52acdd32d30ac517da9fbd8eb527b545 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 26 Mar 2015 20:05:58 -0400 Subject: compiler building blocks: libgcc: cbb_sysroot_for_libgcc: + set the value of this variable also directly, in libgcc/Makefile.in, so that it is defined also when invoking make from within the respective build sub-directory. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. --- libgcc/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) 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 = -- cgit v1.2.3