aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Evans1993-10-06 21:54:36 +0000
committerDoug Evans1993-10-06 21:54:36 +0000
commit665eef22904a63d8e4e418ad0b15aed1b33a938f (patch)
tree232b91436b5cc2822c6c99d60323cad4f551a222
parent784a2b51e74c2ee93f454fbc7bf453aba127f3b9 (diff)
downloademacs-665eef22904a63d8e4e418ad0b15aed1b33a938f.tar.gz
emacs-665eef22904a63d8e4e418ad0b15aed1b33a938f.zip
fix 2 typos
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 90689dceaaf..1345615d1d1 100755
--- a/config.sub
+++ b/config.sub
@@ -104,7 +104,7 @@ esac
104 104
105# Decode aliases for certain CPU-COMPANY combinations. 105# Decode aliases for certain CPU-COMPANY combinations.
106case $basic_machine in 106case $basic_machine in
107 # Recognize the basic CPU types with without company name. 107 # Recognize the basic CPU types without company name.
108 # Some are omitted here because they have special meanings below. 108 # Some are omitted here because they have special meanings below.
109 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ 109 tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
110 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \ 110 | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
@@ -116,7 +116,7 @@ case $basic_machine in
116 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 116 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
117 exit 1 117 exit 1
118 ;; 118 ;;
119 # Recognize the basic CPU types with with company name. 119 # Recognize the basic CPU types with company name.
120 vax-* | tahoe-* | i[34]86-* | i860-* | m68k-* | m68000-* | m88k-* \ 120 vax-* | tahoe-* | i[34]86-* | i860-* | m68k-* | m68000-* | m88k-* \
121 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ 121 | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
122 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ 122 | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \