diff options
| author | Richard Kenner | 1994-10-26 18:25:14 +0000 |
|---|---|---|
| committer | Richard Kenner | 1994-10-26 18:25:14 +0000 |
| commit | c157a89917ca739d21e4c9765a2c1f9c5cd84bc2 (patch) | |
| tree | e5cf8afd7cc64a4dfc96b41cedb232800947cb13 | |
| parent | 6ff099c3c687da42e3a3718c0cc6d152f20451f8 (diff) | |
| download | emacs-c157a89917ca739d21e4c9765a2c1f9c5cd84bc2.tar.gz emacs-c157a89917ca739d21e4c9765a2c1f9c5cd84bc2.zip | |
(pdp11): New machine name.
| -rwxr-xr-x | config.sub | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config.sub b/config.sub index 5627f87ae66..bf932cb9dd7 100755 --- a/config.sub +++ b/config.sub | |||
| @@ -123,7 +123,7 @@ case $basic_machine in | |||
| 123 | | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ | 123 | | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ |
| 124 | | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ | 124 | | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ |
| 125 | | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \ | 125 | | powerpc | sparc64 | 1750a | dsp16xx | mips64 | mipsel \ |
| 126 | | mips64el | mips64orion | mips64orionel ) | 126 | | pdp11 | mips64el | mips64orion | mips64orionel ) |
| 127 | basic_machine=$basic_machine-unknown | 127 | basic_machine=$basic_machine-unknown |
| 128 | ;; | 128 | ;; |
| 129 | # Object if more than one company name word. | 129 | # Object if more than one company name word. |
| @@ -138,7 +138,7 @@ case $basic_machine in | |||
| 138 | | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | 138 | | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ |
| 139 | | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | 139 | | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ |
| 140 | | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ | 140 | | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ |
| 141 | | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \ | 141 | | pdp11-* | sh-* | powerpc-* | sparc64-* | mips64-* | mipsel-* \ |
| 142 | | mips64el-* | mips64orion-* | mips64orionel-* ) | 142 | | mips64el-* | mips64orion-* | mips64orionel-* ) |
| 143 | ;; | 143 | ;; |
| 144 | # Recognize the various machine names and aliases which stand | 144 | # Recognize the various machine names and aliases which stand |
| @@ -524,6 +524,9 @@ case $basic_machine in | |||
| 524 | vax) | 524 | vax) |
| 525 | basic_machine=vax-dec | 525 | basic_machine=vax-dec |
| 526 | ;; | 526 | ;; |
| 527 | pdp11) | ||
| 528 | basic_machine=pdp11-dec | ||
| 529 | ;; | ||
| 527 | we32k) | 530 | we32k) |
| 528 | basic_machine=we32k-att | 531 | basic_machine=we32k-att |
| 529 | ;; | 532 | ;; |
| @@ -656,6 +659,9 @@ case $basic_machine in | |||
| 656 | *-acorn) | 659 | *-acorn) |
| 657 | os=-riscix1.2 | 660 | os=-riscix1.2 |
| 658 | ;; | 661 | ;; |
| 662 | pdp11-*) | ||
| 663 | os=-none | ||
| 664 | ;; | ||
| 659 | *-dec | vax-*) | 665 | *-dec | vax-*) |
| 660 | os=-ultrix4.2 | 666 | os=-ultrix4.2 |
| 661 | ;; | 667 | ;; |