Skip to content

Commit

Permalink
* config-ml.in: Don't mess with the cache file.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75406 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
neroden committed Jan 5, 2004
1 parent 1af56aa commit 090b36f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 090b36f

Please sign in to comment.