diff options
| author | Richard Kenner | 1994-09-10 10:42:40 +0000 |
|---|---|---|
| committer | Richard Kenner | 1994-09-10 10:42:40 +0000 |
| commit | b7f0280f1fa6341e2dd2ce87c610cc57dd1f18d4 (patch) | |
| tree | 2372cdcb7d83b81f37f1327e675a210dd230102d | |
| parent | 30f2e5cc54615e50c881be799d9a6f7fbb7ec888 (diff) | |
| download | emacs-b7f0280f1fa6341e2dd2ce87c610cc57dd1f18d4.tar.gz emacs-b7f0280f1fa6341e2dd2ce87c610cc57dd1f18d4.zip | |
(ptx): New OS; use for Sequent.
| -rwxr-xr-x | config.sub | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 5175a5d0031..bc37d156c3a 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -103,6 +103,9 @@ case $os in | |||
| 103 | -lynx) | 103 | -lynx) |
| 104 | os=-lynxos | 104 | os=-lynxos |
| 105 | ;; | 105 | ;; |
| 106 | -ptx*) | ||
| 107 | basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` | ||
| 108 | ;; | ||
| 106 | esac | 109 | esac |
| 107 | 110 | ||
| 108 | # Decode aliases for certain CPU-COMPANY combinations. | 111 | # Decode aliases for certain CPU-COMPANY combinations. |
| @@ -403,6 +406,9 @@ case $basic_machine in | |||
| 403 | rtpc | rtpc-*) | 406 | rtpc | rtpc-*) |
| 404 | basic_machine=romp-ibm | 407 | basic_machine=romp-ibm |
| 405 | ;; | 408 | ;; |
| 409 | sequent) | ||
| 410 | basic_machine=i386-sequent | ||
| 411 | ;; | ||
| 406 | sh) | 412 | sh) |
| 407 | basic_machine=sh-hitachi | 413 | basic_machine=sh-hitachi |
| 408 | os=-hms | 414 | os=-hms |
| @@ -559,7 +565,8 @@ case $os in | |||
| 559 | | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | 565 | | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ |
| 560 | | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ | 566 | | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ |
| 561 | | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ | 567 | | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ |
| 562 | | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf*) | 568 | | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ |
| 569 | | -ptx*) | ||
| 563 | ;; | 570 | ;; |
| 564 | -sunos5*) | 571 | -sunos5*) |
| 565 | os=`echo $os | sed -e 's|sunos5|solaris2|'` | 572 | os=`echo $os | sed -e 's|sunos5|solaris2|'` |
| @@ -677,7 +684,7 @@ case $basic_machine in | |||
| 677 | os=-luna | 684 | os=-luna |
| 678 | ;; | 685 | ;; |
| 679 | *-sequent) | 686 | *-sequent) |
| 680 | os=-bsd | 687 | os=-ptx |
| 681 | ;; | 688 | ;; |
| 682 | *-crds) | 689 | *-crds) |
| 683 | os=-unos | 690 | os=-unos |
| @@ -751,6 +758,9 @@ case $basic_machine in | |||
| 751 | -mvs*) | 758 | -mvs*) |
| 752 | vendor=ibm | 759 | vendor=ibm |
| 753 | ;; | 760 | ;; |
| 761 | -ptx*) | ||
| 762 | vendor=sequent | ||
| 763 | ;; | ||
| 754 | esac | 764 | esac |
| 755 | basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` | 765 | basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` |
| 756 | ;; | 766 | ;; |