* config.sub: Add support for RX.

* testsuite/config-sub.data: Add two test cases for RX.
This commit is contained in:
Ben Elliston 2009-09-23 06:16:13 +10:00
parent ccf975556a
commit 51c0697af6
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2009-09-23 Nick Clifton <nickc@redhat.com>
Ben Elliston <bje@gnu.org>
* config.sub: Add support for RX.
* testsuite/config-sub.data: Add two test cases for RX.
2009-09-18 Jack Howarth <howarth@bromo.med.uc.edu> 2009-09-18 Jack Howarth <howarth@bromo.med.uc.edu>
* config.guess (*:Darwin:*:*): Handle 64-bit compilers on i386. * config.guess (*:Darwin:*:*): Handle 64-bit compilers on i386.

5
config.sub vendored
View File

@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
# Free Software Foundation, Inc. # Free Software Foundation, Inc.
timestamp='2009-08-19' timestamp='2009-09-23'
# This file is (in principle) common to ALL GNU software. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software # The presence of a machine in this file suggests that SOME GNU software
@ -287,6 +287,7 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \ | pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \ | pyramid \
| rx \
| score \ | score \
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \ | sh64 | sh64le \
@ -371,7 +372,7 @@ case $basic_machine in
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
| pyramid-* \ | pyramid-* \
| romp-* | rs6000-* \ | romp-* | rs6000-* | rx-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \

View File

@ -154,3 +154,5 @@ powerpc-cnk powerpc-ibm-cnk
powerpc-bluegene powerpc-ibm-cnk powerpc-bluegene powerpc-ibm-cnk
microblaze microblaze-unknown-none microblaze microblaze-unknown-none
microblaze-linux microblaze-unknown-linux-gnu microblaze-linux microblaze-unknown-linux-gnu
rx rx-unknown-none
rx-linux rx-unknown-linux-gnu