]> sourceware.org Git - newlib-cygwin.git/commitdiff
* configure.in: Use ./config.cache, not config.cache.
authorNathanael Nerode <neroden@gcc.gnu.org>
Mon, 5 Jan 2004 04:38:54 +0000 (04:38 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Mon, 5 Jan 2004 04:38:54 +0000 (04:38 +0000)
* configure: Regenerate.
* Makefile.tpl: Special-casing not needed for GCC any more.
* Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl
configure
configure.in

index 45f649190217077fa9784fc457b42b8d34fe2db8..af149b1e1cf563f8c0be9aa14966bda67ff0ea9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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: Regenerate.
 
index c8dad9cc65d7cd4875b9cf444f34d71281693900..51d9dd4e0ce2a94ce41353223a31d2ad8c1b23fd 100644 (file)
@@ -23612,7 +23612,7 @@ configure-gcc:
            libsrcdir="$$s/gcc";; \
        esac; \
        $(SHELL) $${libsrcdir}/configure \
-         $(HOST_CONFIGARGS) $${srcdiroption} --cache-file=config.cache \
+         $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
 
 # Don't 'make all' in gcc if it's already been made by 'bootstrap'; that
index af5b2910c8c00156f7490a826789199b89a399b1..7a7e3eb0403b603409b82c03f7846a9d131b1417 100644 (file)
@@ -1109,7 +1109,7 @@ configure-gcc:
            libsrcdir="$$s/gcc";; \
        esac; \
        $(SHELL) $${libsrcdir}/configure \
-         $(HOST_CONFIGARGS) $${srcdiroption} --cache-file=config.cache \
+         $(HOST_CONFIGARGS) $${srcdiroption} \
          || exit 1
 
 # Don't 'make all' in gcc if it's already been made by 'bootstrap'; that
index 307d9c096ab41fc5251ab2cd1e863d0736e4206f..88d3753ed656758ab951cadf8dda0ee4f4b9bc40 100755 (executable)
--- 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
index c84f1a624f75106747aba8ebe42a32fe8330c0ff..b286f1aa7ef4c9ee9cf8d4fbbdfbb61b258e613d 100644 (file)
@@ -1828,7 +1828,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}
 
@@ -1862,7 +1862,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
This page took 0.082087 seconds and 5 git commands to generate.