summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorerich <erich>1995-05-13 09:37:50 +0000
committererich <erich>1995-05-13 09:37:50 +0000
commitaf92ce7e8267cd31fd97bc8e5ca4826ad0a2cfe6 (patch)
tree1719df835bffc3d8c7df0f5dbe8c6b640b209d2f /config.sub
parentb7976c00ed75b34b4ad7875cd03459c7f8a864ff (diff)
Add configuration for semi-hosted ARM.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index abc9bb0e14..93371be14b 100755
--- a/config.sub
+++ b/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
;;