aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-04-06 16:10:45 +0000
committerRichard M. Stallman1992-04-06 16:10:45 +0000
commitd019125ea5fd357f66c416d3edc1d03bac6631d0 (patch)
treef925d21802f740a348085b35f31482efe6c5297a
parent5aefeebac37a94659c853a90c5c855027374c71d (diff)
downloademacs-d019125ea5fd357f66c416d3edc1d03bac6631d0.tar.gz
emacs-d019125ea5fd357f66c416d3edc1d03bac6631d0.zip
*** empty log message ***
-rwxr-xr-xconfig.sub13
1 files changed, 10 insertions, 3 deletions
diff --git a/config.sub b/config.sub
index 4e79c595757..0e7411753bd 100755
--- a/config.sub
+++ b/config.sub
@@ -82,7 +82,7 @@ case $basic_machine in
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.
85 vax-* | tahoe-* | i386-* | i860-* | m68k-* | m68000-* | m88k-* \ 85 vax-* | tahoe-* | i[34]86-* | i860-* | m68k-* | m68000-* | m88k-* \
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-* \
@@ -114,6 +114,10 @@ case $basic_machine in
114 basic_machine=i386-unknown 114 basic_machine=i386-unknown
115 os=-sysv4 115 os=-sysv4
116 ;; 116 ;;
117 i486v4*)
118 basic_machine=i486-unknown
119 os=-sysv4
120 ;;
117 i386v) 121 i386v)
118 basic_machine=i386-unknown 122 basic_machine=i386-unknown
119 os=-sysv 123 os=-sysv
@@ -245,9 +249,12 @@ case $basic_machine in
245 hp9k31[0-9] | hp9k2[0-9][0-9]) 249 hp9k31[0-9] | hp9k2[0-9][0-9])
246 basic_machine=m68000-hp 250 basic_machine=m68000-hp
247 ;; 251 ;;
248 hp9k8[0-9][0-9] | hp9k7[0-9][0-9] | hp8[0-9][0-9] | hp7[0-9][0-9]) 252 hp9k8[0-9][0-9] | hp8[0-9][0-9])
249 basic_machine=hp800-hp 253 basic_machine=hp800-hp
250 ;; 254 ;;
255 hp9k7[0-9][0-9] | hp7[0-9][0-9])
256 basic_machine=hp700-hp
257 ;;
251 isi68 | isi) 258 isi68 | isi)
252 basic_machine=m68k-isi 259 basic_machine=m68k-isi
253 os=-sysv 260 os=-sysv
@@ -348,7 +355,7 @@ case $basic_machine in
348 os=-hpux 355 os=-hpux
349 ;; 356 ;;
350 ncr3000) 357 ncr3000)
351 basic_machine=i386-ncr 358 basic_machine=i486-ncr
352 os=-sysv4 359 os=-sysv4
353 ;; 360 ;;
354 news1000) 361 news1000)