summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-21 09:16:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-21 09:16:00 (GMT)
commit673f79427f794cedf228839ec3eb59af7a97faf4 (patch)
tree9d78fdef0b44c0c4486c084e671b189bdf47562f /tools
parentdf6440c35e37f95f61ca069d9ec4a93758bb7bce (diff)
Update config.guess.
/trunk/tools/config.guess | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/config.guess7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/config.guess b/tools/config.guess
index c7607c7..f0f0d36 100755
--- a/tools/config.guess
+++ b/tools/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Free Software Foundation, Inc.
-timestamp='2008-04-14'
+timestamp='2008-09-28'
# 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
@@ -796,7 +796,7 @@ EOF
x86)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
- EM64T | authenticamd)
+ EM64T | authenticamd | genuineintel)
echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
IA64)
@@ -935,6 +935,9 @@ EOF
if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
exit ;;
+ padre:Linux:*:*)
+ echo sparc-unknown-linux-gnu
+ exit ;;
parisc:Linux:*:* | hppa:Linux:*:*)
# Look for CPU level
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in