From d23f41585d5cc3aae5a97ad2f5933d0ef653c312 Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Wed, 16 Jul 1997 14:53:35 +0000 Subject: [PATCH] (arm-*-netbsd*): New configuration. From-SVN: r14456 --- gcc/configure.in | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2