diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-24 16:23:58 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-24 16:23:58 +0000 |
commit | 47d8eb1d8cc0e782b93a44dd97151cda5e61645d (patch) | |
tree | d31db96e9a4a575d79ca626a3d380c4015b82342 /config.sub | |
parent | e717ffc25d4fc9ea5a8b751ee1330c4e37f4d9a2 (diff) | |
download | gcc-47d8eb1d8cc0e782b93a44dd97151cda5e61645d.tar.gz |
Fix typo in arm recognition string
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index e539cc35868..f19180b1f6c 100755 --- a/config.sub +++ b/config.sub @@ -221,7 +221,7 @@ case $basic_machine in | sparc64-* | sparcv9-* | sparc86x-* | mips64-* | mipsel-* \ | mips64el-* | mips64orion-* | mips64orionel-* \ | mipstx39-* | mipstx39el-* \ - | f301-* | armv-*-*) + | f301-* | arm*-*) ;; m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL ;; |