# HG changeset patch # User "Yann E. MORIN" # Date 1224580560 0 # Node ID 4db000267992ce796fac1a70313023d1982fe530 # Parent fc4f1b630dd24531360baadd622d3536fbe89eeb Update config.guess. /trunk/tools/config.guess | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff -r fc4f1b630dd2 -r 4db000267992 tools/config.guess --- a/tools/config.guess Mon Oct 20 20:09:14 2008 +0000 +++ b/tools/config.guess Tue Oct 21 09:16:00 2008 +0000 @@ -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 @@ 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 @@ 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