Skip to content

Commit

Permalink
* configure.in: Use the same cache file for all target libs.
Browse files Browse the repository at this point in the history
* config-ml.in: But different cache files per multilib variant.
  • Loading branch information
Alexandre Oliva committed Jul 24, 2000
1 parent 2f11cba commit 93fe3bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2000-07-24 Alexandre Oliva <aoliva@redhat.com>

* configure.in: Use the same cache file for all target libs.
* config-ml.in: But different cache files per multilib variant.

2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>

* configure (topsrcdir): Don't use dirname.
Expand Down
2 changes: 1 addition & 1 deletion config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
cd ${ml_dir}/${ml_libdir}

if [ -f ${ml_newsrcdir}/configure ]; then
ml_recprog=${ml_newsrcdir}/configure
ml_recprog="${ml_newsrcdir}/configure --cache-file=../config.cache"
fi

# find compiler flag corresponding to ${ml_dir}
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ else
gxx_include_dir=${gxx_include_dir}
fi

targargs="--host=${target_alias} --build=${build_alias} ${targargs}"
targargs="--cache-file=../config.cache --host=${target_alias} --build=${build_alias} ${targargs}"
sed -e "s:^TARGET_CONFIGDIRS[ ]*=.*$:TARGET_CONFIGDIRS = ${target_configdirs}:" \
-e "s%^CONFIG_ARGUMENTS[ ]*=.*$%CONFIG_ARGUMENTS = ${targargs}%" \
-e "s%^TARGET_SUBDIR[ ]*=.*$%TARGET_SUBDIR = ${target_subdir}%" \
Expand Down

0 comments on commit 93fe3bb

Please sign in to comment.