mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub: Add support for RX.
* testsuite/config-sub.data: Add two test cases for RX.
This commit is contained in:
parent
ccf975556a
commit
51c0697af6
@ -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>
|
||||
|
||||
* config.guess (*:Darwin:*:*): Handle 64-bit compilers on i386.
|
||||
|
5
config.sub
vendored
5
config.sub
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2009-08-19'
|
||||
timestamp='2009-09-23'
|
||||
|
||||
# This file is (in principle) common to ALL 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 \
|
||||
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
|
||||
| pyramid \
|
||||
| rx \
|
||||
| score \
|
||||
| sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
||||
| sh64 | sh64le \
|
||||
@ -371,7 +372,7 @@ case $basic_machine in
|
||||
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
||||
| pyramid-* \
|
||||
| romp-* | rs6000-* \
|
||||
| romp-* | rs6000-* | rx-* \
|
||||
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
|
||||
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
||||
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
||||
|
@ -154,3 +154,5 @@ powerpc-cnk powerpc-ibm-cnk
|
||||
powerpc-bluegene powerpc-ibm-cnk
|
||||
microblaze microblaze-unknown-none
|
||||
microblaze-linux microblaze-unknown-linux-gnu
|
||||
rx rx-unknown-none
|
||||
rx-linux rx-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user