config.guess: Merge from master sources.
2001-08-30 Eric Christopher <echristo@redhat.com> Jason Eckhardt <jle@redhat.com> * config.guess: Merge from master sources. * config.sub: Merge from master sources, add support for mipsisa32. Co-Authored-By: Jason Eckhardt <jle@redhat.com> From-SVN: r45310
This commit is contained in:
parent
35ddff9f08
commit
8fa0a32ec7
@ -1,3 +1,9 @@
|
|||||||
|
2001-08-30 Eric Christopher <echristo@redhat.com>
|
||||||
|
Jason Eckhardt <jle@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Merge from master sources.
|
||||||
|
* config.sub: Merge from master sources, add support for mipsisa32.
|
||||||
|
|
||||||
2001-08-25 Geoffrey Keating <geoffk@redhat.com>
|
2001-08-25 Geoffrey Keating <geoffk@redhat.com>
|
||||||
|
|
||||||
* config.sub: Merge from master sources, rev 1.219.
|
* config.sub: Merge from master sources, rev 1.219.
|
||||||
|
8
config.guess
vendored
8
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2001-08-09'
|
timestamp='2001-08-23'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -333,6 +333,9 @@ EOF
|
|||||||
aushp:SunOS:*:*)
|
aushp:SunOS:*:*)
|
||||||
echo sparc-auspex-sunos${UNAME_RELEASE}
|
echo sparc-auspex-sunos${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
sparc*:NetBSD:*)
|
||||||
|
echo `uname -p`-unknown-netbsd${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
atari*:OpenBSD:*:*)
|
atari*:OpenBSD:*:*)
|
||||||
echo m68k-unknown-openbsd${UNAME_RELEASE}
|
echo m68k-unknown-openbsd${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
@ -1111,6 +1114,9 @@ EOF
|
|||||||
i*86:XTS-300:*:STOP)
|
i*86:XTS-300:*:STOP)
|
||||||
echo ${UNAME_MACHINE}-unknown-stop
|
echo ${UNAME_MACHINE}-unknown-stop
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
i*86:atheos:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-unknown-atheos
|
||||||
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2001-08-23'
|
timestamp='2001-08-30'
|
||||||
|
|
||||||
# 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
|
||||||
@ -236,7 +236,7 @@ case $basic_machine in
|
|||||||
| mips16 | mips64 | mips64el | mips64orion | mips64orionel \
|
| mips16 | mips64 | mips64el | mips64orion | mips64orionel \
|
||||||
| mips64vr4100 | mips64vr4100el | mips64vr4300 \
|
| mips64vr4100 | mips64vr4100el | mips64vr4300 \
|
||||||
| mips64vr4300el | mips64vr5000 | mips64vr5000el \
|
| mips64vr4300el | mips64vr5000 | mips64vr5000el \
|
||||||
| mipsbe | mipsel | mipsle | mipstx39 | mipstx39el \
|
| mipsbe | mipsel | mipsle | mipstx39 | mipstx39el | mipsisa32 \
|
||||||
| mn10200 | mn10300 \
|
| mn10200 | mn10300 \
|
||||||
| ns16k | ns32k \
|
| ns16k | ns32k \
|
||||||
| openrisc \
|
| openrisc \
|
||||||
@ -294,7 +294,7 @@ case $basic_machine in
|
|||||||
| mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
|
| mips-* | mips16-* | mips64-* | mips64el-* | mips64orion-* \
|
||||||
| mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
|
| mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
|
||||||
| mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipsel-* \
|
| mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipsel-* \
|
||||||
| mipsle-* | mipstx39-* | mipstx39el-* \
|
| mipsle-* | mipstx39-* | mipstx39el-* | mipsisa32-* \
|
||||||
| none-* | np1-* | ns16k-* | ns32k-* \
|
| none-* | np1-* | ns16k-* | ns32k-* \
|
||||||
| orion-* \
|
| orion-* \
|
||||||
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
|
||||||
|
Loading…
Reference in New Issue
Block a user