(ptx): New OS; use for Sequent.

This commit is contained in:
kenner 1994-09-10 10:42:40 +00:00
parent d922ce4510
commit 5308529936

14
config.sub vendored
View File

@ -103,6 +103,9 @@ case $os in
-lynx) -lynx)
os=-lynxos os=-lynxos
;; ;;
-ptx*)
basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
;;
esac esac
# Decode aliases for certain CPU-COMPANY combinations. # Decode aliases for certain CPU-COMPANY combinations.
@ -403,6 +406,9 @@ case $basic_machine in
rtpc | rtpc-*) rtpc | rtpc-*)
basic_machine=romp-ibm basic_machine=romp-ibm
;; ;;
sequent)
basic_machine=i386-sequent
;;
sh) sh)
basic_machine=sh-hitachi basic_machine=sh-hitachi
os=-hms os=-hms
@ -559,7 +565,8 @@ case $os in
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf*) | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
| -ptx*)
;; ;;
-sunos5*) -sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'` os=`echo $os | sed -e 's|sunos5|solaris2|'`
@ -677,7 +684,7 @@ case $basic_machine in
os=-luna os=-luna
;; ;;
*-sequent) *-sequent)
os=-bsd os=-ptx
;; ;;
*-crds) *-crds)
os=-unos os=-unos
@ -751,6 +758,9 @@ case $basic_machine in
-mvs*) -mvs*)
vendor=ibm vendor=ibm
;; ;;
-ptx*)
vendor=sequent
;;
esac esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
;; ;;