diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-20 08:51:39 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-20 08:51:39 -0400 |
commit | 618d2e700bdaa535eb93a5227bef9ab86075bfc2 (patch) | |
tree | 0354ccfdb98ca673a3678608f1f102488c6574ac /gcc | |
parent | 257ebd1f20fe9c0db89193401b8f00f3e51053a1 (diff) | |
download | gcc-618d2e700bdaa535eb93a5227bef9ab86075bfc2.zip gcc-618d2e700bdaa535eb93a5227bef9ab86075bfc2.tar.gz gcc-618d2e700bdaa535eb93a5227bef9ab86075bfc2.tar.bz2 |
(arm-*-linuxaout): New target.
From-SVN: r14264
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index ce96fc7..479c6cb 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -353,6 +353,16 @@ for machine in $build $host $target; do tmake_file=arm/t-semiaof fixincludes=Makefile.in # There is nothing to fix ;; + arm-*-linuxaout) # ARM Linux + cpu_type=arm + xm_file=arm/xm-linux.h + xmake_file=x-linux + tm_file=arm/linux-gas.h + tmake_file=arm/t-linux + fixincludes=Makefile.in + broken_install=yes + gnu_ld=yes + ;; arm-*-*) # generic version ;; c1-convex-*) # Convex C1 |