diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-05 00:42:16 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-05 00:42:16 +0000 |
commit | aff0e9df40d0136fac1444c350ebff5d232a4161 (patch) | |
tree | 2cdecbda68fb19ee51512a74e517a9f4b5aa9936 /config-ml.in | |
parent | 4e3b70a6f3e04194123df6ae77076463571b3c2e (diff) | |
download | binutils-aff0e9df40d0136fac1444c350ebff5d232a4161.zip binutils-aff0e9df40d0136fac1444c350ebff5d232a4161.tar.gz binutils-aff0e9df40d0136fac1444c350ebff5d232a4161.tar.bz2 |
* config-ml.in: Don't mess with the cache file.
Diffstat (limited to 'config-ml.in')
-rw-r--r-- | config-ml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-ml.in b/config-ml.in index 06752b7..b2e4ea9 100644 --- a/config-ml.in +++ b/config-ml.in @@ -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} |