summaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
authorerich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-13 09:37:50 +0000
committererich <erich@138bc75d-0d04-0410-961f-82ee72b054a4>1995-05-13 09:37:50 +0000
commitafd46ef0aeb3d4f730b590f778c8087700dd513a (patch)
tree22ac23ffab41b218e567f64b253d100412f58bbf /gcc/config.sub
parentd06874014f889c96dbc40315e29b6787fa539394 (diff)
downloadgcc-afd46ef0aeb3d4f730b590f778c8087700dd513a.tar.gz
Add configuration for semi-hosted ARM.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9673 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-xgcc/config.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index abc9bb0e14a..93371be14b0 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -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
;;