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 | 8bbd92e0055995a98e17682a9be103dea0a2325c (patch) | |
tree | a74d4edf70b127aecec419888c65daa77b85ea68 /configure.in | |
parent | 107d2387e32d539402e671d789ad6bffa6cc9af4 (diff) | |
download | gdb-8bbd92e0055995a98e17682a9be103dea0a2325c.zip gdb-8bbd92e0055995a98e17682a9be103dea0a2325c.tar.gz gdb-8bbd92e0055995a98e17682a9be103dea0a2325c.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}%" \ |