diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-24 04:29:33 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-07-24 04:29:33 +0000 |
commit | bae203e7ff4da8f9fdeb11233de73ad300d412b6 (patch) | |
tree | f8631e9cd187c5685cd61a4ac42efe071d80feb6 /config-ml.in | |
parent | 085af401e18f5c2a2dae9de2b1f4647e917e17a9 (diff) | |
download | gcc-bae203e7ff4da8f9fdeb11233de73ad300d412b6.tar.gz |
* 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 'config-ml.in')
-rw-r--r-- | config-ml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-ml.in b/config-ml.in index 60b1d2c1f94..e5ca10ec1db 100644 --- a/config-ml.in +++ b/config-ml.in @@ -742,7 +742,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then cd ${ml_dir}/${ml_libdir} if [ -f ${ml_newsrcdir}/configure ]; then - ml_recprog=${ml_newsrcdir}/configure + ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache" fi # find compiler flag corresponding to ${ml_dir} |