aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>1999-02-22 17:24:21 +0000
committerNick Clifton <nickc@gcc.gnu.org>1999-02-22 17:24:21 +0000
commit3b7265ff89ae9a1fad9fc05b055274513bf0d7c2 (patch)
tree82d2ba33df41e1104ec2dc24ef0df933604a977c /config.sub
parentf5a1b0d2167f711c45f0d5991dcded3cd756bcf1 (diff)
downloadgcc-3b7265ff89ae9a1fad9fc05b055274513bf0d7c2.zip
gcc-3b7265ff89ae9a1fad9fc05b055274513bf0d7c2.tar.gz
gcc-3b7265ff89ae9a1fad9fc05b055274513bf0d7c2.tar.bz2
Support ARM/Linux's armv syntax
From-SVN: r25381
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index f361a6e..e539cc3 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-*)
+ | f301-* | armv-*-*)
;;
m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | h8500-* | d10v-*) # CYGNUS LOCAL
;;
@@ -564,6 +564,10 @@ case $basic_machine in
basic_machine=i386-unknown # CYGNUS LOCAL
os=-netbsd
;;
+ netwinder)
+ basic_machine=armv4l-corel
+ os=-linux
+ ;;
news | news700 | news800 | news900)
basic_machine=m68k-sony
os=-newsos
@@ -1037,6 +1041,9 @@ case $basic_machine in
*-acorn)
os=-riscix1.2
;;
+ arm*-corel)
+ os=-linux
+ ;;
arm*-semi)
os=-aout
;;