aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-01-03 18:31:06 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-01-03 18:31:06 +0000
commitd196350c268bbd9bd1c8c1990c61a8d9a28be86b (patch)
treea31ccdc4fe32d85f05ed9e303eec3956528e5aac /Makefile.in
parent36d6aadacdba9695d6c7d55167b0d7e14e8e269a (diff)
downloadbinutils-d196350c268bbd9bd1c8c1990c61a8d9a28be86b.tar.gz
* Makefile.tpl: Make GCC use a separate config.cache.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8fe85ff36..c8dad9cc6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23572,6 +23572,9 @@ install-target-rda: installdirs
# build modules. So GCC is a sort of hybrid.
# gcc is the only module which uses GCC_FLAGS_TO_PASS.
+# Don't use shared host config.cache, as it will confuse later
+# directories; GCC wants slightly different values for some
+# precious variables. *sigh*
.PHONY: configure-gcc maybe-configure-gcc
maybe-configure-gcc:
configure-gcc:
@@ -23609,7 +23612,7 @@ configure-gcc:
libsrcdir="$$s/gcc";; \
esac; \
$(SHELL) $${libsrcdir}/configure \
- $(HOST_CONFIGARGS) $${srcdiroption} \
+ $(HOST_CONFIGARGS) $${srcdiroption} --cache-file=config.cache \
|| exit 1
# Don't 'make all' in gcc if it's already been made by 'bootstrap'; that