From 090b36fbce47c10356f3d7e95f75ace7dc519818 Mon Sep 17 00:00:00 2001 From: neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 5 Jan 2004 00:41:14 +0000 Subject: [PATCH] * config-ml.in: Don't mess with the cache file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75406 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ config-ml.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d791c7d5770..fdb070f2c354 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org> + + * config-ml.in: Don't mess with the cache file. + 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr> * MAINTAINERS: Move myself from 'Write After Approval' to diff --git a/config-ml.in b/config-ml.in index fb9e050b149e..b2e4ea9cf977 100644 --- a/config-ml.in +++ b/config-ml.in @@ -766,7 +766,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then cd ${ml_dir}/${ml_libdir} if [ -f ${ml_newsrcdir}/configure ]; then - ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache" + ml_recprog="${ml_newsrcdir}/configure" fi # find compiler flag corresponding to ${ml_dir} -- GitLab