diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-01-13 16:12:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-01-13 16:12:25 +0000 |
commit | 1232d0e08f9677e386722d9c15df26759a442530 (patch) | |
tree | a76a4801871ecd5c5d659a4d12a548b2cece8fb8 /Makefile.in | |
parent | 962bba3ea8e66fdb184c0432a91e36cd8694dcc2 (diff) | |
download | gdb-1232d0e08f9677e386722d9c15df26759a442530.zip gdb-1232d0e08f9677e386722d9c15df26759a442530.tar.gz gdb-1232d0e08f9677e386722d9c15df26759a442530.tar.bz2 |
Merge mainline to branch. GDB is broken until I update cp-names.y.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8fe85ff..51d9dd4 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: |