* config-ml.in: Don't mess with the cache file.

This commit is contained in:
Nathanael Nerode 2004-01-05 00:42:16 +00:00
parent edee465c9a
commit db527460d5
2 changed files with 6 additions and 1 deletions

View File

@ -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-03 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl: Make GCC use a separate config.cache.

View File

@ -553,6 +553,7 @@ multi-do:
LIBCFLAGS="$(LIBCFLAGS) $${flags}" \
LIBCXXFLAGS="$(LIBCXXFLAGS) $${flags}" \
LDFLAGS="$(LDFLAGS) $${flags}" \
MULTIFLAGS="$${flags}" \
DESTDIR="$(DESTDIR)" \
INSTALL="$(INSTALL)" \
INSTALL_DATA="$(INSTALL_DATA)" \
@ -765,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}