diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-29 06:24:03 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-29 06:24:03 -0700 |
commit | 34cd1483d7ed7a30f67ef1ba3ddc67da1b4f5bcf (patch) | |
tree | eb9cfd6da289d2cae750a64e679ee14045b6d1b6 /build-aux | |
parent | a7dd7898b03b95173995e1b69733fd0e91aa04cf (diff) | |
download | gnulib-34cd1483d7ed7a30f67ef1ba3ddc67da1b4f5bcf.tar.gz |
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-x | build-aux/config.guess | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess index c7607c74f1..f0f0d363cc 100755 --- a/build-aux/config.guess +++ b/build-aux/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 |