]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Manually resync with gnulib, since 'make cvs-update' no longer works.
authorEric Blake <ebb9@byu.net>
Tue, 4 Dec 2007 17:20:04 +0000 (10:20 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 4 Dec 2007 17:20:04 +0000 (10:20 -0700)
* build-aux/config.guess: New upstream version.
* build-aux/config.sub: Likewise.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
build-aux/config.guess
build-aux/config.sub

index ea9a6396dde0fd3043ed171f49cb8fac1dc7dfec..757a19b49452380a9078eea8d46a23872928765e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-12-04  Eric Blake  <ebb9@byu.net>
 
+       Manually resync with gnulib, since 'make cvs-update' no longer works.
+       * build-aux/config.guess: New upstream version.
+       * build-aux/config.sub: Likewise.
+
        When using older automake, don't downgrade build-aux/texinfo.tex.
        * configure.ac (AM_INIT_AUTOMAKE): Add no-texinfo.tex option.
        * doc/Makefile.am (TEXINFO_TEX): Add.
index 278f9e9e07c1d1a3bda668e6529bcce3006cfbdf..7fef1a3e30831764631581b30c1ae830efc2e940 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-07-22'
+timestamp='2007-11-19'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -954,8 +954,8 @@ EOF
     x86_64:Linux:*:*)
        echo x86_64-unknown-linux-gnu
        exit ;;
-    xtensa:Linux:*:*)
-       echo xtensa-unknown-linux-gnu
+    xtensa*:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-gnu
        exit ;;
     i*86:Linux:*:*)
        # The BFD linker knows what the default object file format is, so
index 1761d8bdf6307c02067b3581e183ba2fdef7e1fa..5190461560b282df44eb3766d1cb35b922a4244d 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-06-28'
+timestamp='2007-11-19'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -369,10 +369,14 @@ case $basic_machine in
        | v850-* | v850e-* | vax-* \
        | we32k-* \
        | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
-       | xstormy16-* | xtensa-* \
+       | xstormy16-* | xtensa*-* \
        | ymp-* \
        | z8k-*)
                ;;
+       # Recognize the basic CPU types without company name, with glob match.
+       xtensa*)
+               basic_machine=$basic_machine-unknown
+               ;;
        # Recognize the various machine names and aliases which stand
        # for a CPU type and a company and sometimes even an OS.
        386bsd)