diff options
| author | Richard M. Stallman | 1993-04-09 21:53:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-04-09 21:53:00 +0000 |
| commit | f449890c0caa599894092956a25302a336715fc8 (patch) | |
| tree | 3ec20bfd43b990b7d1c29bd24a97a9654dca7094 | |
| parent | da8826b49878eeb6ec1561be8b7600adcecbd110 (diff) | |
| download | emacs-f449890c0caa599894092956a25302a336715fc8.tar.gz emacs-f449890c0caa599894092956a25302a336715fc8.zip | |
Accept i370, mvs.
For i370-ibm*, assume mvs by default.
Later, likewise, for i370-*.
For -mvs*, assume ibm as default vendor.
| -rwxr-xr-x | config.sub | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 729c23d3606..657bb8bb16c 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -97,7 +97,7 @@ case $basic_machine in | |||
| 97 | # Some are omitted here because they have special meanings below. | 97 | # Some are omitted here because they have special meanings below. |
| 98 | tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | 98 | tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ |
| 99 | | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ | 99 | | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ |
| 100 | | alpha | we32k | ns16k | clipper | sparclite ) | 100 | | alpha | we32k | ns16k | clipper | sparclite | i370 ) |
| 101 | basic_machine=$basic_machine-unknown | 101 | basic_machine=$basic_machine-unknown |
| 102 | ;; | 102 | ;; |
| 103 | # Object if more than one company name word. | 103 | # Object if more than one company name word. |
| @@ -123,6 +123,10 @@ case $basic_machine in | |||
| 123 | basic_machine=vax-dec | 123 | basic_machine=vax-dec |
| 124 | os=-vms | 124 | os=-vms |
| 125 | ;; | 125 | ;; |
| 126 | i370-ibm* | ibm*) | ||
| 127 | basic_machine=i370-ibm | ||
| 128 | os=-mvs | ||
| 129 | ;; | ||
| 126 | # I'm not sure what "Sysv32" means. Should this be sysv3.2? | 130 | # I'm not sure what "Sysv32" means. Should this be sysv3.2? |
| 127 | i[34]86v32) | 131 | i[34]86v32) |
| 128 | basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` | 132 | basic_machine=`echo $1 | sed -e 's/86.*/86-unknown/'` |
| @@ -488,7 +492,7 @@ case $os in | |||
| 488 | | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ | 492 | | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]* | -hpux* \ |
| 489 | | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ | 493 | | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \ |
| 490 | | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | 494 | | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ |
| 491 | | -nindy* | -vxworks* | -ebmon* | -hms* \ | 495 | | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* \ |
| 492 | | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) | 496 | | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* ) |
| 493 | ;; | 497 | ;; |
| 494 | -sunos5*) | 498 | -sunos5*) |
| @@ -600,6 +604,9 @@ case $basic_machine in | |||
| 600 | *-ns) | 604 | *-ns) |
| 601 | os=-genix | 605 | os=-genix |
| 602 | ;; | 606 | ;; |
| 607 | i370-*) | ||
| 608 | os=-mvs | ||
| 609 | ;; | ||
| 603 | i[34]86-*) | 610 | i[34]86-*) |
| 604 | os=-sco3.2v2 | 611 | os=-sco3.2v2 |
| 605 | ;; | 612 | ;; |
| @@ -651,6 +658,9 @@ case $basic_machine in | |||
| 651 | -genix*) | 658 | -genix*) |
| 652 | vendor=ns | 659 | vendor=ns |
| 653 | ;; | 660 | ;; |
| 661 | -mvs*) | ||
| 662 | vendor=ibm | ||
| 663 | ;; | ||
| 654 | esac | 664 | esac |
| 655 | basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` | 665 | basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` |
| 656 | ;; | 666 | ;; |