diff options
author | midipix <writeonce@midipix.org> | 2015-03-26 20:05:58 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-03-26 20:05:58 -0400 |
commit | 132f534b52acdd32d30ac517da9fbd8eb527b545 (patch) | |
tree | 8a0d2eee5847f88abf426190f6bee5501c37d539 /libgcc | |
parent | 27cb73cf4df233b63b882037dd91edcbf5de8858 (diff) | |
download | cbb-gcc-4.6.4-132f534b52acdd32d30ac517da9fbd8eb527b545.tar.bz2 cbb-gcc-4.6.4-132f534b52acdd32d30ac517da9fbd8eb527b545.tar.xz |
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.
Diffstat (limited to 'libgcc')
-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 = |