mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
From boris.seve@drillscan.com.
* config.guess (padre:Linux:*:*): New. * testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
46c3be0996
commit
b169d80cf8
@ -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>
|
2008-09-08 Alan Modra <amodra@bigpond.net.au>
|
||||||
Ben Elliston <bje@gnu.org>
|
Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
# 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
|
# 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
|
if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
|
||||||
echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
|
echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
padre:Linux:*:*)
|
||||||
|
echo sparc-unknown-linux-gnu
|
||||||
|
exit ;;
|
||||||
parisc:Linux:*:* | hppa:Linux:*:*)
|
parisc:Linux:*:* | hppa:Linux:*:*)
|
||||||
# Look for CPU level
|
# Look for CPU level
|
||||||
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
|
||||||
|
@ -33,4 +33,5 @@ i386 1.0 MINGW ignored i386-pc-mingw32
|
|||||||
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
|
SX-8R 1.0 SUPER-UX ignored sx8r-nec-superux1.0
|
||||||
i86xen 5.6 SunOS ignored i386-pc-solaris2.6
|
i86xen 5.6 SunOS ignored i386-pc-solaris2.6
|
||||||
IA64 6.0 Interix ignored ia64-unknown-interix6.0
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user