mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +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:
parent
892abd1525
commit
cedea588f5
@ -1,5 +1,8 @@
|
||||
2000-06-13 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.sub: Recognise sh3 and sh4 aliases. From Kazumoto Kojima
|
||||
<kkojima@rr.iij4u.or.jp>.
|
||||
|
||||
* config.sub: Per Bothner is not the author.
|
||||
|
||||
2000-06-10 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user