From 618d2e700bdaa535eb93a5227bef9ab86075bfc2 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 20 Jun 1997 08:51:39 -0400 Subject: [PATCH] (arm-*-linuxaout): New target. From-SVN: r14264 --- gcc/configure.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/configure.in b/gcc/configure.in index ce96fc767d4..479c6cb6c8a 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 -- 2.30.2