This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Don't mess with cache file in config-ml.in


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]