diff options
| author | Torbjorn Granlund | 1992-04-14 20:17:40 +0000 |
|---|---|---|
| committer | Torbjorn Granlund | 1992-04-14 20:17:40 +0000 |
| commit | 3c701376e92cf821877153226ff9d71a9f9487e3 (patch) | |
| tree | 2f586ef8f475813d71c546efe97f60ef70c521ac | |
| parent | febcc89be40c955182a26026c8aa25b7a1151c80 (diff) | |
| download | emacs-3c701376e92cf821877153226ff9d71a9f9487e3.tar.gz emacs-3c701376e92cf821877153226ff9d71a9f9487e3.zip | |
*** empty log message ***
| -rwxr-xr-x | config.sub | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/config.sub b/config.sub index 0e7411753bd..49d8e1fef47 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -78,7 +78,7 @@ case $basic_machine in | |||
| 78 | # Recognize the basic CPU types with without company name. | 78 | # Recognize the basic CPU types with without company name. |
| 79 | # Some are omitted here because they have special meanings below. | 79 | # Some are omitted here because they have special meanings below. |
| 80 | tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | 80 | tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ |
| 81 | | tron | a29k | 580 | i960 | h8300 | hppa) | 81 | | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1) |
| 82 | basic_machine=$basic_machine-unknown | 82 | basic_machine=$basic_machine-unknown |
| 83 | ;; | 83 | ;; |
| 84 | # Recognize the basic CPU types with with company name. | 84 | # Recognize the basic CPU types with with company name. |
| @@ -86,7 +86,7 @@ case $basic_machine in | |||
| 86 | | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | 86 | | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ |
| 87 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | 87 | | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ |
| 88 | | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | 88 | | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ |
| 89 | | hppa-*) | 89 | | hppa1.0-* | hppa1.1-*) |
| 90 | ;; | 90 | ;; |
| 91 | # Recognize the various machine names and aliases which stand | 91 | # Recognize the various machine names and aliases which stand |
| 92 | # for a CPU type and a company and sometimes even an OS. | 92 | # for a CPU type and a company and sometimes even an OS. |
| @@ -249,11 +249,11 @@ case $basic_machine in | |||
| 249 | hp9k31[0-9] | hp9k2[0-9][0-9]) | 249 | hp9k31[0-9] | hp9k2[0-9][0-9]) |
| 250 | basic_machine=m68000-hp | 250 | basic_machine=m68000-hp |
| 251 | ;; | 251 | ;; |
| 252 | hp9k8[0-9][0-9] | hp8[0-9][0-9]) | 252 | hp9k7[0-9][0-9] | hp7[0-9][0-9] | hp9k8[0-9]7 | hp8[0-9]7) |
| 253 | basic_machine=hp800-hp | 253 | basic_machine=hppa1.1-hp |
| 254 | ;; | 254 | ;; |
| 255 | hp9k7[0-9][0-9] | hp7[0-9][0-9]) | 255 | hp9k8[0-9][0-9] | hp8[0-9][0-9]) |
| 256 | basic_machine=hp700-hp | 256 | basic_machine=hppa1.0-hp |
| 257 | ;; | 257 | ;; |
| 258 | isi68 | isi) | 258 | isi68 | isi) |
| 259 | basic_machine=m68k-isi | 259 | basic_machine=m68k-isi |
| @@ -440,12 +440,9 @@ case $os in | |||
| 440 | -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | 440 | -bsd* | -sysv* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ |
| 441 | | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \ | 441 | | -vms* | -sco* | -esix* | -isc* | -aix* | -sunos* | -hpux* \ |
| 442 | | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* | -amix* \ | 442 | | -unos* | -osf* | -luna* | -dgux* | -solari* | -sym* | -amix* \ |
| 443 | | -amigados* | -msdos* | -unicos* | -aos* \ | 443 | | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ |
| 444 | | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*) | 444 | | -nindy* | -vxworks* | -ebmon* | -hds* | -m88kbcs*) |
| 445 | ;; | 445 | ;; |
| 446 | -newsos*) | ||
| 447 | os=-bsd | ||
| 448 | ;; | ||
| 449 | -osfrose*) | 446 | -osfrose*) |
| 450 | os=-osf | 447 | os=-osf |
| 451 | ;; | 448 | ;; |