mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub (sheb, sheb-*): Handle these in addition to shbe.
* testsuite/config-sub.data: Add test case.
This commit is contained in:
parent
2ef45c631d
commit
28802bac25
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-07 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
|
* config.sub (sheb, sheb-*): Handle these in addition to shbe.
|
||||||
|
* testsuite/config-sub.data: Add test case.
|
||||||
|
|
||||||
2006-03-06 Ben Elliston <bje@gnu.org>
|
2006-03-06 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* uname: Exit with exit code 0.
|
* uname: Exit with exit code 0.
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -4,7 +4,7 @@
|
|||||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
|
||||||
# Inc.
|
# Inc.
|
||||||
|
|
||||||
timestamp='2006-02-27'
|
timestamp='2006-03-07'
|
||||||
|
|
||||||
# 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
|
||||||
@ -275,7 +275,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 \
|
||||||
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
|
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
|
||||||
| sh64 | sh64le \
|
| sh64 | sh64le \
|
||||||
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
||||||
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
||||||
@ -359,7 +359,7 @@ case $basic_machine in
|
|||||||
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
|
||||||
| pyramid-* \
|
| pyramid-* \
|
||||||
| romp-* | rs6000-* \
|
| romp-* | rs6000-* \
|
||||||
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
|
| sh-* | sh[1234]-* | sh[24]a-* | 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-* \
|
||||||
| sparclite-* \
|
| sparclite-* \
|
||||||
|
@ -61,6 +61,7 @@ sh2e-elf sh2e-unknown-elf
|
|||||||
sh3e-elf sh3e-unknown-elf
|
sh3e-elf sh3e-unknown-elf
|
||||||
sh3eb-elf sh3eb-unknown-elf
|
sh3eb-elf sh3eb-unknown-elf
|
||||||
sh4eb-elf sh4eb-unknown-elf
|
sh4eb-elf sh4eb-unknown-elf
|
||||||
|
sheb-elf sheb-unknown-elf
|
||||||
shbe-elf shbe-unknown-elf
|
shbe-elf shbe-unknown-elf
|
||||||
shle-elf shle-unknown-elf
|
shle-elf shle-unknown-elf
|
||||||
sh1le-elf sh1le-unknown-elf
|
sh1le-elf sh1le-unknown-elf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user