summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2010-09-17 06:16:07 -0600
committerEric Blake <eblake@redhat.com>2010-09-17 16:58:26 -0600
commit842807af6ce5c76234cea111157fa65b95751bdb (patch)
tree783234acf4577b053ca9464dcb7d241ceefcf16e /build-aux/config.guess
parent779418b2d51457502cdf2e0d601ad9329089a74c (diff)
downloadautoconf-842807af6ce5c76234cea111157fa65b95751bdb.tar.gz
build: support autobuild
* cfg.mk (gnulib-update): Add autobuild.m4. * configure.ac (AB_INIT): Output autobuild header. * m4/autobuild.m4: New file, from gnulib. * build-aux/config.guess: Resync from upstream. * build-aux/config.sub: Likewise. * build-aux/texinfo.tex: Likewise. * doc/fdl.texi: Likewise. * doc/gnu-oids.texi: Likewise. * doc/make-stds.texi: Likewise. * doc/standards.texi: Likewise. * build-aux/gendocs.sh: Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 115f944a..28523784 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
# Free Software Foundation, Inc.
-timestamp='2010-04-03'
+timestamp='2010-08-21'
# 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
@@ -552,7 +552,7 @@ EOF
echo rs6000-ibm-aix3.2
fi
exit ;;
- *:AIX:*:[456])
+ *:AIX:*:[4567])
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
IBM_ARCH=rs6000
@@ -968,6 +968,9 @@ EOF
sparc:Linux:*:* | sparc64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
+ tile*:Linux:*:*)
+ echo ${UNAME_MACHINE}-tilera-linux-gnu
+ exit ;;
vax:Linux:*:*)
echo ${UNAME_MACHINE}-dec-linux-gnu
exit ;;