* config.guess (padre:Linux:*:*): New.
	* testsuite/config-guess.data: Add a test case.
This commit is contained in:
Ben Elliston 2008-09-28 20:05:57 +10:00
parent 46c3be0996
commit b169d80cf8
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2008-09-28 Ben Elliston <bje@gnu.org>
From boris.seve@drillscan.com.
* config.guess (padre:Linux:*:*): New.
* testsuite/config-guess.data: Add a test case.
2008-09-08 Alan Modra <amodra@bigpond.net.au>
Ben Elliston <bje@gnu.org>

5
config.guess vendored
View File

@ -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
@ -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

View File

@ -33,4 +33,5 @@ i386 1.0 MINGW ignored i386-pc-mingw32
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
i86xen 5.6 SunOS ignored i386-pc-solaris2.6
IA64 6.0 Interix ignored ia64-unknown-interix6.0
BePC 1.0 Haiku ignore i586-pc-haiku
BePC 1.0 Haiku ignored i586-pc-haiku
padre 2.6.15 Linux ignore sparc-unknown-linux-gnu