summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-24 04:29:33 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-24 04:29:33 +0000
commitbae203e7ff4da8f9fdeb11233de73ad300d412b6 (patch)
treef8631e9cd187c5685cd61a4ac42efe071d80feb6 /configure.in
parent085af401e18f5c2a2dae9de2b1f4647e917e17a9 (diff)
downloadppe42-gcc-bae203e7ff4da8f9fdeb11233de73ad300d412b6.tar.gz
ppe42-gcc-bae203e7ff4da8f9fdeb11233de73ad300d412b6.zip
* configure.in: Use the same cache file for all target libs.
* config-ml.in: But different cache files per multilib variant. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35219 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e4ed2b23ab0..44d734031f3 100644
--- a/configure.in
+++ b/configure.in
@@ -1216,7 +1216,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}%" \
OpenPOWER on IntegriCloud