Commit 2b6c260d by Nathanael Nerode

configure.in: Use ./config.cache, not config.cache.

	* configure.in: Use ./config.cache, not config.cache.
	* configure: Regenerate.
	* Makefile.tpl: Special-casing not needed for GCC any more.
	* Makefile.in: Regenerate.

From-SVN: r75413
parent d7b3c085
2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org> 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
* configure.in: Use ./config.cache, not config.cache.
* configure: Regenerate.
* Makefile.tpl: Special-casing not needed for GCC any more.
* Makefile.in: Regenerate.
* configure.in: Don't share a cache file for host dirs. * configure.in: Don't share a cache file for host dirs.
* configure: Regenerate. * configure: Regenerate.
......
...@@ -23612,7 +23612,7 @@ configure-gcc: ...@@ -23612,7 +23612,7 @@ configure-gcc:
libsrcdir="$$s/gcc";; \ libsrcdir="$$s/gcc";; \
esac; \ esac; \
$(SHELL) $${libsrcdir}/configure \ $(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) $${srcdiroption} --cache-file=config.cache \ $(HOST_CONFIGARGS) $${srcdiroption} \
|| exit 1 || exit 1
# Don't 'make all' in gcc if it's already been made by 'bootstrap'; that # Don't 'make all' in gcc if it's already been made by 'bootstrap'; that
......
...@@ -1109,7 +1109,7 @@ configure-gcc: ...@@ -1109,7 +1109,7 @@ configure-gcc:
libsrcdir="$$s/gcc";; \ libsrcdir="$$s/gcc";; \
esac; \ esac; \
$(SHELL) $${libsrcdir}/configure \ $(SHELL) $${libsrcdir}/configure \
$(HOST_CONFIGARGS) $${srcdiroption} --cache-file=config.cache \ $(HOST_CONFIGARGS) $${srcdiroption} \
|| exit 1 || exit 1
# Don't 'make all' in gcc if it's already been made by 'bootstrap'; that # Don't 'make all' in gcc if it's already been made by 'bootstrap'; that
......
...@@ -2590,7 +2590,7 @@ esac ...@@ -2590,7 +2590,7 @@ esac
# Host dirs don't like to share a cache file either, horribly enough. # Host dirs don't like to share a cache file either, horribly enough.
# This seems to be due to autoconf 2.5x stupidity. # 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}" 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}
...@@ -2624,7 +2624,7 @@ fi ...@@ -2624,7 +2624,7 @@ fi
# directory. I think. # directory. I think.
# Pass the appropriate --host, --build, and --cache-file arguments. # Pass the appropriate --host, --build, and --cache-file arguments.
target_configargs="--cache-file=config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}" target_configargs="--cache-file=./config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
# provide a proper gxx_include_dir. # provide a proper gxx_include_dir.
# Note, if you change the default, make sure to fix both here and in # Note, if you change the default, make sure to fix both here and in
......
...@@ -1828,7 +1828,7 @@ esac ...@@ -1828,7 +1828,7 @@ esac
# Host dirs don't like to share a cache file either, horribly enough. # Host dirs don't like to share a cache file either, horribly enough.
# This seems to be due to autoconf 2.5x stupidity. # 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}" 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}
...@@ -1862,7 +1862,7 @@ fi ...@@ -1862,7 +1862,7 @@ fi
# directory. I think. # directory. I think.
# Pass the appropriate --host, --build, and --cache-file arguments. # Pass the appropriate --host, --build, and --cache-file arguments.
target_configargs="--cache-file=config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}" target_configargs="--cache-file=./config.cache --host=${target_alias} --build=${build_alias} ${target_configargs}"
# provide a proper gxx_include_dir. # provide a proper gxx_include_dir.
# Note, if you change the default, make sure to fix both here and in # Note, if you change the default, make sure to fix both here and in
......
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