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 | 7993fa74743beed26ccb414340dab4b0c68fdc1d (patch) | |
tree | 2a9096e7c677255b80d8483dbd17ffa3fec4ca2a /configure.in | |
parent | 40d809c8056329a2b4411bb35261dd7892ae3b5f (diff) | |
download | gdb-7993fa74743beed26ccb414340dab4b0c68fdc1d.tar.gz |
* 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 f371c105e9f..56c5d7b5daf 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}%" \ |