mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-06 05:08:21 +12:00
2000-06-13 Ben Elliston <bje@redhat.com>
* config.sub: Recognise sh3 and sh4 aliases. From Kazumoto Kojima <kkojima@rr.iij4u.or.jp>.
This commit is contained in:
6
config.sub
vendored
6
config.sub
vendored
@ -211,7 +211,8 @@ case $basic_machine in
|
||||
| hppa64 \
|
||||
| alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
|
||||
| alphaev6[78] \
|
||||
| we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \
|
||||
| we32k | ns16k | clipper | i370 | sh | sh[34] \
|
||||
| powerpc | powerpcle \
|
||||
| 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \
|
||||
| mips64orion | mips64orionel | mipstx39 | mipstx39el \
|
||||
| mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \
|
||||
@ -893,6 +894,9 @@ case $basic_machine in
|
||||
we32k)
|
||||
basic_machine=we32k-att
|
||||
;;
|
||||
sh3 | sh4)
|
||||
base_machine=sh-unknown
|
||||
;;
|
||||
sparc | sparcv9)
|
||||
basic_machine=sparc-sun
|
||||
;;
|
||||
|
Reference in New Issue
Block a user