2001-07-27 Niibe Yutaka <gniibe@m17n.org>

* config.sub: Recognize sh3eb and sh4eb (big endian) aliases.
This commit is contained in:
Ben Elliston 2001-07-30 01:43:28 +00:00
parent a7b9376a25
commit 490f1ba6e6
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-07-27 Niibe Yutaka <gniibe@m17n.org>
* config.sub: Recognize sh3eb and sh4eb (big endian) aliases.
2001-07-19 Ben Elliston <bje@redhat.com>
* config.guess: Detect Linux on the PPC64 architecture.

6
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-06-08'
timestamp='2001-07-27'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -232,7 +232,7 @@ case $basic_machine in
| hppa64 \
| alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \
| alphaev6[78] \
| we32k | ns16k | clipper | i370 | sh | sh[34] \
| we32k | ns16k | clipper | i370 | sh | sh[34] | sh[34]eb \
| powerpc | powerpcle \
| 1750a | dsp16xx | pdp10 | pdp11 \
| mips16 | mips64 | mipsel | mips64el \
@ -946,7 +946,7 @@ case $basic_machine in
we32k)
basic_machine=we32k-att
;;
sh3 | sh4)
sh3 | sh4 | sh3eb | sh4eb)
basic_machine=sh-unknown
;;
sparc | sparcv9 | sparcv9b)