From 60cf5884f69553d550f4d9f900cd635100eefe33 Mon Sep 17 00:00:00 2001 From: Erich Stefan Boleyn Date: Sat, 13 May 1995 09:37:50 +0000 Subject: [PATCH] Add configuration for semi-hosted ARM. --- config.sub | 6 +++++- lib/config.sub | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index abc9bb0e..93371be1 100644 --- 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 ;; diff --git a/lib/config.sub b/lib/config.sub index abc9bb0e..93371be1 100644 --- a/lib/config.sub +++ b/lib/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 ;; -- 2.43.5