mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
2001-07-27 Niibe Yutaka <gniibe@m17n.org>
* config.sub: Recognize sh3eb and sh4eb (big endian) aliases.
This commit is contained in:
parent
a7b9376a25
commit
490f1ba6e6
@ -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
6
config.sub
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user