[committed] Don't mess with cache file in config-ml.in
Nathanael Nerode
neroden@twcny.rr.com
Mon Jan 5 00:42:00 GMT 2004
This is horribly aggressive, but I see no other way to even diagnose the
multilib configure problems. :-/ Fine on i686-pc-linux-gnu (unsurprisingly).
* config-ml.in: Don't mess with the cache file.
Index: config-ml.in
===================================================================
RCS file: /cvs/gcc/gcc/config-ml.in,v
retrieving revision 1.29
diff -u -r1.29 config-ml.in
--- config-ml.in 17 Oct 2003 11:22:58 -0000 1.29
+++ config-ml.in 5 Jan 2004 00:36:07 -0000
@@ -766,7 +766,7 @@
cd ${ml_dir}/${ml_libdir}
if [ -f ${ml_newsrcdir}/configure ]; then
- ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache"
+ ml_recprog="${ml_newsrcdir}/configure"
fi
# find compiler flag corresponding to ${ml_dir}
--
Nathanael Nerode <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html
More information about the Newlib
mailing list