diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-05 04:38:54 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-01-05 04:38:54 +0000 |
commit | bb5dca17fb09a2be07d8e7833de0f7d1426948f0 (patch) | |
tree | 18051149b7b3aeec15e57339498080b8b0b7a627 /configure | |
parent | 82252c06fb37a74b79b86ecc83b22af934a90d93 (diff) | |
download | fsf-binutils-gdb-bb5dca17fb09a2be07d8e7833de0f7d1426948f0.zip fsf-binutils-gdb-bb5dca17fb09a2be07d8e7833de0f7d1426948f0.tar.gz fsf-binutils-gdb-bb5dca17fb09a2be07d8e7833de0f7d1426948f0.tar.bz2 |
* configure.in: Use ./config.cache, not config.cache.
* configure: Regenerate.
* Makefile.tpl: Special-casing not needed for GCC any more.
* Makefile.in: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |