Add configuration for semi-hosted ARM.

From-SVN: r9673
This commit is contained in:
Richard Earnshaw 1995-05-13 09:37:50 +00:00
parent 7a830785f4
commit e98b85444c
1 changed files with 5 additions and 1 deletions

6
gcc/config.sub vendored
View File

@ -128,7 +128,8 @@ esac
case $basic_machine in
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
tahoe | i[345]86 | i860 | m68k | m68000 | m88k | ns32k | arm \
| arme[lb] | pyramid \
| tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 \
| alpha | we32k | ns16k | clipper | sparclite | i370 | sh \
| powerpc | powerpcle | sparc64 | 1750a | dsp16xx | mips64 | mipsel \
@ -719,6 +720,9 @@ case $basic_machine in
*-acorn)
os=-riscix1.2
;;
arm*-semi)
os=-aout
;;
pdp11-*)
os=-none
;;