aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-03-18 23:58:40 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-03-18 23:58:40 +0000
commit1dfd223b8346b4033e810168b857e7d91fc51c47 (patch)
tree84233359b0e7ec7047775fffdbcb48aa6e5e94e0
parentdadec40fd466863dc482c1749d94ef50d6e1566e (diff)
downloadgcc-1dfd223b8346b4033e810168b857e7d91fc51c47.zip
gcc-1dfd223b8346b4033e810168b857e7d91fc51c47.tar.gz
gcc-1dfd223b8346b4033e810168b857e7d91fc51c47.tar.bz2
*** empty log message ***
From-SVN: r518
-rwxr-xr-xgcc/config.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index 32af59e..4e79c59 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -77,7 +77,7 @@ esac
case $basic_machine in
# Recognize the basic CPU types with without company name.
# Some are omitted here because they have special meanings below.
- tahoe | i386 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
+ tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
| tron | a29k | 580 | i960 | h8300 | hppa)
basic_machine=$basic_machine-unknown
;;