diff options
| author | Richard M. Stallman | 1992-05-04 23:08:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-05-04 23:08:26 +0000 |
| commit | 51cbdde31cb4227567bf85b2f4a66cb68803a0c3 (patch) | |
| tree | 107afb5bc12b4364bccf33aa8e1b2954418ce738 | |
| parent | ecaa0527104b281a0d64956b74c941a6fc949e69 (diff) | |
| download | emacs-51cbdde31cb4227567bf85b2f4a66cb68803a0c3.tar.gz emacs-51cbdde31cb4227567bf85b2f4a66cb68803a0c3.zip | |
*** empty log message ***
| -rwxr-xr-x | config.sub | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 2bfef025088..e40e14d8269 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 | hppa1.0 | hppa1.1) | 81 | | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32) |
| 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 | | hppa1.0-* | hppa1.1-*) | 89 | | hppa1.0-* | hppa1.1-* | we32-*) |
| 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. |
| @@ -176,6 +176,9 @@ case $basic_machine in | |||
| 176 | 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) | 176 | 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) |
| 177 | basic_machine=m68000-att | 177 | basic_machine=m68000-att |
| 178 | ;; | 178 | ;; |
| 179 | 3b*) | ||
| 180 | basic_machine=we32-att | ||
| 181 | ;; | ||
| 179 | delta | 3300 | motorola-3300 | motorola-delta \ | 182 | delta | 3300 | motorola-3300 | motorola-delta \ |
| 180 | | 3300-motorola | delta-motorola) | 183 | | 3300-motorola | delta-motorola) |
| 181 | basic_machine=m68k-motorola | 184 | basic_machine=m68k-motorola |