Skip to content

Commit 5b218d9

Browse files
committed
Update to GNU version 2009-02-03.
1 parent f13047d commit 5b218d9

File tree

3 files changed

+50
-8
lines changed

3 files changed

+50
-8
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2009-03-25 Bruno Haible <bruno@clisp.org>
2+
3+
* build-aux/config.guess: Update to GNU version 2009-02-03.
4+
* build-aux/config.sub: Likewise.
5+
16
2009-03-25 Bruno Haible <bruno@clisp.org>
27

38
* configure.ac: Bump version number to 1.13.

build-aux/config.guess

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
55
# Free Software Foundation, Inc.
66

7-
timestamp='2008-04-14'
7+
timestamp='2009-02-03'
88

99
# This file is free software; you can redistribute it and/or modify it
1010
# under the terms of the GNU General Public License as published by
@@ -331,7 +331,20 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
331331
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
332332
exit ;;
333333
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
334-
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334+
eval $set_cc_for_build
335+
SUN_ARCH="i386"
336+
# If there is a compiler, see if it is configured for 64-bit objects.
337+
# Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
338+
# This test works for both compilers.
339+
if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
340+
if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
341+
(CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
342+
grep IS_64BIT_ARCH >/dev/null
343+
then
344+
SUN_ARCH="x86_64"
345+
fi
346+
fi
347+
echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
335348
exit ;;
336349
sun4*:SunOS:6*:*)
337350
# According to config.sub, this is the proper way to canonicalize
@@ -796,7 +809,7 @@ EOF
796809
x86)
797810
echo i586-pc-interix${UNAME_RELEASE}
798811
exit ;;
799-
EM64T | authenticamd)
812+
EM64T | authenticamd | genuineintel)
800813
echo x86_64-unknown-interix${UNAME_RELEASE}
801814
exit ;;
802815
IA64)
@@ -935,6 +948,9 @@ EOF
935948
if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
936949
echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
937950
exit ;;
951+
padre:Linux:*:*)
952+
echo sparc-unknown-linux-gnu
953+
exit ;;
938954
parisc:Linux:*:* | hppa:Linux:*:*)
939955
# Look for CPU level
940956
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@@ -1138,6 +1154,16 @@ EOF
11381154
3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
11391155
/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
11401156
&& { echo i486-ncr-sysv4; exit; } ;;
1157+
NCR*:*:4.2:* | MPRAS*:*:4.2:*)
1158+
OS_REL='.3'
1159+
test -r /etc/.relid \
1160+
&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1161+
/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1162+
&& { echo i486-ncr-sysv4.3${OS_REL}; exit; }
1163+
/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1164+
&& { echo i586-ncr-sysv4.3${OS_REL}; exit; }
1165+
/bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
1166+
&& { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
11411167
m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
11421168
echo m68k-unknown-lynxos${UNAME_RELEASE}
11431169
exit ;;
@@ -1324,6 +1350,9 @@ EOF
13241350
i*86:rdos:*:*)
13251351
echo ${UNAME_MACHINE}-pc-rdos
13261352
exit ;;
1353+
i*86:AROS:*:*)
1354+
echo ${UNAME_MACHINE}-pc-aros
1355+
exit ;;
13271356
esac
13281357

13291358
#echo '(No uname command or uname output not recognized.)' 1>&2

build-aux/config.sub

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
55
# Free Software Foundation, Inc.
66

7-
timestamp='2008-09-08'
7+
timestamp='2009-02-03'
88

99
# This file is (in principle) common to ALL GNU software.
1010
# The presence of a machine in this file suggests that SOME GNU software
@@ -122,6 +122,7 @@ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
122122
case $maybe_os in
123123
nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
124124
uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
125+
kopensolaris*-gnu* | \
125126
storm-chaos* | os2-emx* | rtmk-nova*)
126127
os=-$maybe_os
127128
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
@@ -249,6 +250,7 @@ case $basic_machine in
249250
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250251
| i370 | i860 | i960 | ia64 \
251252
| ip2k | iq2000 \
253+
| lm32 \
252254
| m32c | m32r | m32rle | m68000 | m68k | m88k \
253255
| maxq | mb | microblaze | mcore | mep | metag \
254256
| mips | mipsbe | mipseb | mipsel | mipsle \
@@ -279,7 +281,7 @@ case $basic_machine in
279281
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
280282
| pyramid \
281283
| score \
282-
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
284+
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
283285
| sh64 | sh64le \
284286
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
285287
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@@ -331,6 +333,7 @@ case $basic_machine in
331333
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
332334
| i*86-* | i860-* | i960-* | ia64-* \
333335
| ip2k-* | iq2000-* \
336+
| lm32-* \
334337
| m32c-* | m32r-* | m32rle-* \
335338
| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
336339
| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
@@ -362,7 +365,7 @@ case $basic_machine in
362365
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
363366
| pyramid-* \
364367
| romp-* | rs6000-* \
365-
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
368+
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
366369
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
367370
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
368371
| sparclite-* \
@@ -443,6 +446,10 @@ case $basic_machine in
443446
basic_machine=m68k-apollo
444447
os=-bsd
445448
;;
449+
aros)
450+
basic_machine=i386-pc
451+
os=-aros
452+
;;
446453
aux)
447454
basic_machine=m68k-apple
448455
os=-aux
@@ -1182,7 +1189,7 @@ case $basic_machine in
11821189
we32k)
11831190
basic_machine=we32k-att
11841191
;;
1185-
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
1192+
sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele)
11861193
basic_machine=sh-unknown
11871194
;;
11881195
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
@@ -1254,8 +1261,9 @@ case $os in
12541261
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
12551262
| -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
12561263
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1264+
| -kopensolaris* \
12571265
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1258-
| -aos* \
1266+
| -aos* | -aros* \
12591267
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
12601268
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
12611269
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \

0 commit comments

Comments
 (0)