(arm-*-netbsd*): New configuration.
authorRichard Earnshaw <erich@gnu.org>
Wed, 16 Jul 1997 14:53:35 +0000 (14:53 +0000)
committerRichard Earnshaw <erich@gnu.org>
Wed, 16 Jul 1997 14:53:35 +0000 (14:53 +0000)
From-SVN: r14456

gcc/configure.in

index 68617e5e60c663456c8334bc122ab736a23433fe..bd870d1ec924879361dadfd47ad65364f6fd9bc3 100644 (file)
@@ -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