* configure.in: Use the same cache file for all target libs.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 24 Jul 2000 04:34:08 +0000 (04:34 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 24 Jul 2000 04:34:08 +0000 (04:34 +0000)
* config-ml.in: But different cache files per multilib variant.

ChangeLog
config-ml.in
configure.in

index 0e57d7fbefe922dccdd327999827436218f87b94..7e5559ecf4f34710ddc52a0bb9eb66739061284d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
+
+       * configure.in: Use the same cache file for all target libs.
+       * config-ml.in: But different cache files per multilib variant.
+
 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
 
        * configure (topsrcdir): Don't use dirname.
index 60b1d2c1f949430035a4d879ee930148d95b531a..e5ca10ec1db1a5c1cfc4e0b0c22a5f88804d7342 100644 (file)
@@ -742,7 +742,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
     cd ${ml_dir}/${ml_libdir}
 
     if [ -f ${ml_newsrcdir}/configure ]; then
-      ml_recprog=${ml_newsrcdir}/configure
+      ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache"
     fi
 
     # find compiler flag corresponding to ${ml_dir}
index f371c105e9fe1d93b26e48961314e723cd24c08c..56c5d7b5daf0dc14a8ceee6d626f26389f6b471e 100644 (file)
@@ -1213,7 +1213,7 @@ else
   gxx_include_dir=${gxx_include_dir}
 fi
 
-targargs="--host=${target_alias} --build=${build_alias} ${targargs}"
+targargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${targargs}"
 sed -e "s:^TARGET_CONFIGDIRS[  ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
     -e "s%^CONFIG_ARGUMENTS[   ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
     -e "s%^TARGET_SUBDIR[      ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
This page took 0.02924 seconds and 4 git commands to generate.