mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* config-ml.in: Don't mess with the cache file.
From-SVN: r75406
This commit is contained in:
parent
016d7f3e4f
commit
8b21cda69e
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user