* config.guess: Check for ptx.

This commit is contained in:
Jim Kingdon 1994-03-03 02:35:28 +00:00
parent 1535ff15c7
commit b11e31edab
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
* config.guess: Check for ptx.
Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
* config.sub: Add os9k checking.

11
config.guess vendored
View File

@ -159,6 +159,12 @@ EOF
9000/8??:4.3bsd:*:*)
echo hppa1.0-hp-bsd
exit 0 ;;
hp7??:OSF1:*:* | hp8?7:OSF1:*:* )
echo hppa1.1-hp-osf
exit 0 ;;
hp8??:OSF1:*:*)
echo hppa1.0-hp-osf
exit 0 ;;
C1*:ConvexOS:*:* | convex:ConvexOS:C1:*)
echo c1-convex-bsd
exit 0 ;;
@ -199,6 +205,11 @@ EOF
echo ${UNAME_MACHINE}-unknown-sysv32
fi
exit 0 ;;
# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
# are messed up and put the nodename in both sysname and nodename.
i[34]86:DYNIX/ptx:4*:*)
echo i386-sequent-sysv4
exit 0 ;;
mini*:CTIX:SYS*5:*)
# "miniframe"
echo m68010-convergent-sysv