aboutsummaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-08-11 21:59:50 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-08-11 21:59:50 +0000
commitd171114548a112b8023e2b233afa1c25b63de4e8 (patch)
tree9a900e11ed869fcc5b9c9709210fb4c1e866ea01 /config.guess
parent29078b295d9e09b138b46e0732502a2159adbaf0 (diff)
downloadfsf-binutils-gdb-d171114548a112b8023e2b233afa1c25b63de4e8.zip
fsf-binutils-gdb-d171114548a112b8023e2b233afa1c25b63de4e8.tar.gz
fsf-binutils-gdb-d171114548a112b8023e2b233afa1c25b63de4e8.tar.bz2
* config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess8
1 files changed, 7 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index 473132c..2a11e0d 100755
--- a/config.guess
+++ b/config.guess
@@ -61,6 +61,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
VAX*:ULTRIX*:*:*)
echo vax-dec-ultrix${UNAME_RELEASE}
exit 0 ;;
+ mips:*:5*:RISCos)
+ echo mips-mips-riscos${UNAME_RELEASE}
+ exit 0 ;;
m88k:*:4*:R4*)
echo m88k-motorola-sysv4
exit 0 ;;
@@ -82,6 +85,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:BOSX:*:*)
echo rs6000-bull-bosx
exit 0 ;;
+ DPX/2?00:B.O.S.:*:*)
+ echo m68k-bull-sysv3
+ exit 0 ;;
9000/31?:HP-UX:*:*)
echo m68000-hp-hpux
exit 0 ;;
@@ -94,7 +100,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
9000/8??:HP-UX:*:*)
echo hppa1.0-hp-hpux
exit 0 ;;
- 9000/8??:4.3bsd:*:* | 9000/8?7:4.3bsd:*:* )
+ 9000/7??:4.3bsd:*:* | 9000/8?7:4.3bsd:*:* )
echo hppa1.1-hp-bsd
exit 0 ;;
9000/8??:4.3bsd:*:*)