Commit 090b36fb authored by neroden's avatar neroden
Browse files

* 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
parent 1af56aa4
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
......
......@@ -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}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment