summaryrefslogtreecommitdiff
path: root/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-08 14:48:05 +0000
committerKarl Berry <karl@freefriends.org>2006-12-08 14:48:05 +0000
commit78498008b329deb3cd1b35752022d4a2de4983e7 (patch)
treef619d40bbb01f35a8ad2e7e36987d6676a39ecaa /build-aux/config.guess
parentccefc358dd52f025c5f5f3ab3e27efe8c74fd894 (diff)
downloadgnulib-78498008b329deb3cd1b35752022d4a2de4983e7.tar.gz
autoupdate
Diffstat (limited to 'build-aux/config.guess')
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index c08cebd35d..2b03b48228 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-11-30'
+timestamp='2006-12-08'
# 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
@@ -951,6 +951,9 @@ EOF
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
+ xtensa:Linux:*:*)
+ echo xtensa-unknown-linux-gnu
+ exit ;;
i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent