Commit 09438bde by Nathanael Nerode

configure.in: Don't share a cache file for host dirs.

	* configure.in: Don't share a cache file for host dirs.
	* configure: Regenerate.

From-SVN: r75407
parent 8b21cda6
2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org> 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Don't share a cache file for host dirs.
* configure: Regenerate.
* config-ml.in: Don't mess with the cache file. * config-ml.in: Don't mess with the cache file.
2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
......
...@@ -1826,7 +1826,9 @@ case "${cache_file}" in ...@@ -1826,7 +1826,9 @@ case "${cache_file}" in
cache_file_option="--cache-file=../${cache_file}" ;; cache_file_option="--cache-file=../${cache_file}" ;;
esac esac
host_configargs="${cache_file_option} --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}" # Host dirs don't like to share a cache file either, horribly enough.
# This seems to be due to autoconf 2.5x stupidity.
host_configargs="--cache-file=config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}"
target_configargs=${baseargs} target_configargs=${baseargs}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment