From: Richard Kenner Date: Fri, 20 Jun 1997 12:51:39 +0000 (-0400) Subject: (arm-*-linuxaout): New target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=618d2e700bdaa535eb93a5227bef9ab86075bfc2;p=gcc.git (arm-*-linuxaout): New target. From-SVN: r14264 --- 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