summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-16 18:04:53 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-16 18:04:53 +0000
commit5e80e315a4b9ea416a91c6421dfbeb5e4a012bfa (patch)
tree79f513583b88c2f1616f6fee9d14a773964c1ff0 /config.guess
parentc62e98312514fbfd18c7c00868d4caf8cefcbb25 (diff)
downloadgcc-5e80e315a4b9ea416a91c6421dfbeb5e4a012bfa.tar.gz
* config.sub, config.guess: Update from upstream sources.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.guess b/config.guess
index 4ac8133b848..5290569263e 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc.
-timestamp='2009-09-23'
+timestamp='2009-11-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
@@ -807,12 +807,12 @@ EOF
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
- *:Interix*:[3456]*)
+ *:Interix*:*)
case ${UNAME_MACHINE} in
x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
- EM64T | authenticamd | genuineintel)
+ authenticamd | genuineintel | EM64T)
echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
IA64)