changeset 11812:0ef485e86493

Add configuration for semi-hosted ARM.
author Erich Stefan Boleyn <erich@uruk.org>
date Sat, 13 May 1995 09:37:50 +0000
parents a0db528dfa1c
children 5b7a7c92323d
files config.sub
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.sub	Sat May 13 01:48:53 1995 +0000
+++ b/config.sub	Sat May 13 09:37:50 1995 +0000
@@ -128,7 +128,8 @@
 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 @@
 	*-acorn)
 		os=-riscix1.2
 		;;
+	arm*-semi)
+		os=-aout
+		;;
         pdp11-*)
 		os=-none
 		;;