* configure.in: Use the same cache file for all target libs.

* config-ml.in: But different cache files per multilib variant.
This commit is contained in:
Alexandre Oliva
2000-07-24 04:34:08 +00:00
parent bb7f93f898
commit 5115ba4beb
3 changed files with 7 additions and 2 deletions

View 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}%" \