diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-07-24 04:34:08 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2000-07-24 04:34:08 +0000 |
commit | 5115ba4beb0bc1f0ce0d2681b0acf274edb0c400 (patch) | |
tree | 8ce0105daedc47420b1900686a9b62e6d26ba475 /configure.in | |
parent | bb7f93f8983e45d4616c68bfa7548d46e89922d0 (diff) | |
download | newlib-5115ba4beb0bc1f0ce0d2681b0acf274edb0c400.zip newlib-5115ba4beb0bc1f0ce0d2681b0acf274edb0c400.tar.gz newlib-5115ba4beb0bc1f0ce0d2681b0acf274edb0c400.tar.bz2 |
* configure.in: Use the same cache file for all target libs.
* config-ml.in: But different cache files per multilib variant.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f371c10..56c5d7b 100644 --- a/configure.in +++ b/configure.in @@ -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}%" \ |