From: Richard Earnshaw Date: Wed, 16 Jul 1997 14:53:35 +0000 (+0000) Subject: (arm-*-netbsd*): New configuration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d23f41585d5cc3aae5a97ad2f5933d0ef653c312;p=gcc.git (arm-*-netbsd*): New configuration. From-SVN: r14456 --- diff --git a/gcc/configure.in b/gcc/configure.in index 68617e5e60c..bd870d1ec92 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -377,6 +377,14 @@ for machine in $build $host $target; do tmake_file=arm/t-semiaof fixincludes=Makefile.in # There is nothing to fix ;; + arm-*-netbsd*) + tm_file=arm/netbsd.h + xm_file=arm/xm-netbsd.h + tmake_file=arm-t-netbsd + # On NetBSD, the headers are already okay. + fixincludes=Makefile.in + use_collect2=yes + ;; arm-*-linux-gnuaout*) # ARM Linux cpu_type=arm xm_file=arm/xm-linux.h