diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-05 04:37:53 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-05 04:37:53 +0000 |
commit | c8241dd9daf54590be978595015abcee01bcf061 (patch) | |
tree | 83a154125cf4bf9a94606c763c8c0dcee6a5213a /configure | |
parent | 0a9a8eaf84d471f1cea176a0c5af75afd61b3267 (diff) | |
download | gcc-c8241dd9daf54590be978595015abcee01bcf061.tar.gz |
* configure.in: Use ./config.cache, not config.cache.
* configure: Regenerate.
* Makefile.tpl: Special-casing not needed for GCC any more.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 307d9c096ab..88d3753ed65 100755 --- a/configure +++ b/configure @@ -2590,7 +2590,7 @@ esac # 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}" +host_configargs="--cache-file=./config.cache --build=${build_alias} --host=${host_alias} --target=${target_alias} ${extra_host_args} ${baseargs}" target_configargs=${baseargs} @@ -2624,7 +2624,7 @@ fi # directory. I think. # 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. # Note, if you change the default, make sure to fix both here and in |