summaryrefslogtreecommitdiff
path: root/build-aux/config.sub
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-12-04 10:20:04 -0700
committerEric Blake <ebb9@byu.net>2007-12-04 10:20:04 -0700
commit73a757c58c9f367b871945342891cf05d2bc688c (patch)
treef4627d1e774de581e4912c336e8da5cb91c077a0 /build-aux/config.sub
parent3832e8e30351f28106417c3ab990896ff9e17b48 (diff)
downloadautoconf-73a757c58c9f367b871945342891cf05d2bc688c.tar.gz
Manually resync with gnulib, since 'make cvs-update' no longer works.
* build-aux/config.guess: New upstream version. * build-aux/config.sub: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-xbuild-aux/config.sub8
1 files changed, 6 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 1761d8bd..51904615 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -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)