summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-05-25 12:37:42 +0200
committertege <tege@gmplib.org>2000-05-25 12:37:42 +0200
commitc9908234c9c9cd3aae32361545ff5ddc4e15e90c (patch)
tree0a00053d5e815eb03ab6b1be606af4a0eb1b92a4 /config.sub
parent8ae05e6da5fa7ee99990f5d0fcff675037ec7ea3 (diff)
downloadgmp-c9908234c9c9cd3aae32361545ff5ddc4e15e90c.tar.gz
Allow i586, i686, i786 again.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index e7f3959ac..11e0976e4 100755
--- a/config.sub
+++ b/config.sub
@@ -194,7 +194,7 @@ case $basic_machine in
# We use `pc' rather than `unknown'
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.
- i[34]86 | pentium[23] | k5 | k6 | k6[23] | athlon)
+ i[34567]86 | pentium[23] | k5 | k6 | k6[23] | athlon)
basic_machine=$basic_machine-pc
;;
# Object if more than one company name word.
@@ -203,7 +203,7 @@ case $basic_machine in
exit 1
;;
# Recognize the basic CPU types with company name.
- vax-* | tahoe-* | i[34]86-* | pentium[23]-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
+ vax-* | tahoe-* | i[34567]86-* | pentium[23]-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \
| m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \