Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7a550cb

Browse files
committed
Update config.guess and config.sub
1 parent ee214de commit 7a550cb

File tree

2 files changed

+42
-16
lines changed

2 files changed

+42
-16
lines changed

config/config.guess

+25-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
55
# Inc.
66

7-
timestamp='2006-07-02'
7+
timestamp='2007-07-22'
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
@@ -161,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
161161
arm*) machine=arm-unknown ;;
162162
sh3el) machine=shl-unknown ;;
163163
sh3eb) machine=sh-unknown ;;
164+
sh5el) machine=sh5le-unknown ;;
164165
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
165166
esac
166167
# The Operating System including object format, if it has switched
@@ -329,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
329330
sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
330331
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
331332
exit ;;
332-
i86pc:SunOS:5.*:*)
333+
i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
333334
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
334335
exit ;;
335336
sun4*:SunOS:6*:*)
@@ -780,7 +781,7 @@ EOF
780781
i*:CYGWIN*:*)
781782
echo ${UNAME_MACHINE}-pc-cygwin
782783
exit ;;
783-
i*:MINGW*:*)
784+
*:MINGW*:*)
784785
echo ${UNAME_MACHINE}-pc-mingw32
785786
exit ;;
786787
i*:windows32*:*)
@@ -790,12 +791,15 @@ EOF
790791
i*:PW*:*)
791792
echo ${UNAME_MACHINE}-pc-pw32
792793
exit ;;
793-
x86:Interix*:[3456]*)
794-
echo i586-pc-interix${UNAME_RELEASE}
795-
exit ;;
796-
EM64T:Interix*:[3456]*)
797-
echo x86_64-unknown-interix${UNAME_RELEASE}
798-
exit ;;
794+
*:Interix*:[3456]*)
795+
case ${UNAME_MACHINE} in
796+
x86)
797+
echo i586-pc-interix${UNAME_RELEASE}
798+
exit ;;
799+
EM64T | authenticamd)
800+
echo x86_64-unknown-interix${UNAME_RELEASE}
801+
exit ;;
802+
esac ;;
799803
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
800804
echo i${UNAME_MACHINE}-pc-mks
801805
exit ;;
@@ -950,6 +954,9 @@ EOF
950954
x86_64:Linux:*:*)
951955
echo x86_64-unknown-linux-gnu
952956
exit ;;
957+
xtensa:Linux:*:*)
958+
echo xtensa-unknown-linux-gnu
959+
exit ;;
953960
i*86:Linux:*:*)
954961
# The BFD linker knows what the default object file format is, so
955962
# first see if it will tell us. cd to the root directory to prevent
@@ -1208,6 +1215,15 @@ EOF
12081215
SX-6:SUPER-UX:*:*)
12091216
echo sx6-nec-superux${UNAME_RELEASE}
12101217
exit ;;
1218+
SX-7:SUPER-UX:*:*)
1219+
echo sx7-nec-superux${UNAME_RELEASE}
1220+
exit ;;
1221+
SX-8:SUPER-UX:*:*)
1222+
echo sx8-nec-superux${UNAME_RELEASE}
1223+
exit ;;
1224+
SX-8R:SUPER-UX:*:*)
1225+
echo sx8r-nec-superux${UNAME_RELEASE}
1226+
exit ;;
12111227
Power*:Rhapsody:*:*)
12121228
echo powerpc-apple-rhapsody${UNAME_RELEASE}
12131229
exit ;;

config/config.sub

+17-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
55
# Inc.
66

7-
timestamp='2006-09-20'
7+
timestamp='2007-06-28'
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
@@ -245,12 +245,12 @@ case $basic_machine in
245245
| bfin \
246246
| c4x | clipper \
247247
| d10v | d30v | dlx | dsp16xx \
248-
| fr30 | frv \
248+
| fido | fr30 | frv \
249249
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
250250
| i370 | i860 | i960 | ia64 \
251251
| ip2k | iq2000 \
252252
| m32c | m32r | m32rle | m68000 | m68k | m88k \
253-
| maxq | mb | microblaze | mcore \
253+
| maxq | mb | microblaze | mcore | mep \
254254
| mips | mipsbe | mipseb | mipsel | mipsle \
255255
| mips16 \
256256
| mips64 | mips64el \
@@ -324,7 +324,7 @@ case $basic_machine in
324324
| clipper-* | craynv-* | cydra-* \
325325
| d10v-* | d30v-* | dlx-* \
326326
| elxsi-* \
327-
| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
327+
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
328328
| h8300-* | h8500-* \
329329
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
330330
| i*86-* | i860-* | i960-* | ia64-* \
@@ -475,8 +475,8 @@ case $basic_machine in
475475
basic_machine=craynv-cray
476476
os=-unicosmp
477477
;;
478-
cr16c)
479-
basic_machine=cr16c-unknown
478+
cr16)
479+
basic_machine=cr16-unknown
480480
os=-elf
481481
;;
482482
crds | unos)
@@ -683,6 +683,10 @@ case $basic_machine in
683683
basic_machine=i386-pc
684684
os=-mingw32
685685
;;
686+
mingw32ce)
687+
basic_machine=arm-unknown
688+
os=-mingw32ce
689+
;;
686690
miniframe)
687691
basic_machine=m68000-convergent
688692
;;
@@ -925,6 +929,9 @@ case $basic_machine in
925929
basic_machine=sh-hitachi
926930
os=-hms
927931
;;
932+
sh5el)
933+
basic_machine=sh5le-unknown
934+
;;
928935
sh64)
929936
basic_machine=sh64-unknown
930937
;;
@@ -1219,7 +1226,7 @@ case $os in
12191226
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
12201227
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
12211228
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1222-
| -skyos* | -haiku* | -rdos* | -toppers*)
1229+
| -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
12231230
# Remember, each alternative MUST END IN *, to match a version number.
12241231
;;
12251232
-qnx*)
@@ -1414,6 +1421,9 @@ case $basic_machine in
14141421
m68*-cisco)
14151422
os=-aout
14161423
;;
1424+
mep-*)
1425+
os=-elf
1426+
;;
14171427
mips*-cisco)
14181428
os=-elf
14191429
;;

0 commit comments

Comments
 (0)