aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in17
1 files changed, 12 insertions, 5 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index ef07fbb..8a9f2cc 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -413,6 +413,7 @@ for machine in $build $host $target; do
;;
alpha*-*-netbsd*)
tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h"
+ xm_file="xm-netbsd.h ${xm_file}"
target_cpu_default="MASK_GAS"
tmake_file="alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o"
@@ -513,9 +514,9 @@ for machine in $build $host $target; do
tmake_file=arm/t-semiaof
fixincludes=Makefile.in # There is nothing to fix
;;
- arm-*-netbsd*)
+ arm*-*-netbsd*)
tm_file=arm/netbsd.h
- xm_file="xm-siglist.h ${xm_file}"
+ xm_file="xm-netbsd.h ${xm_file}"
tmake_file="t-netbsd arm/t-netbsd"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
@@ -872,6 +873,7 @@ for machine in $build $host $target; do
;;
i[[34567]]86-*-netbsd*)
tm_file=i386/netbsd.h
+ xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
@@ -1648,8 +1650,9 @@ for machine in $build $host $target; do
extra_headers=math-68881.h
float_format=m68k
;;
- m68k-*-netbsd*)
+ m68k*-*-netbsd*)
tm_file=m68k/netbsd.h
+ xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
@@ -1968,8 +1971,9 @@ for machine in $build $host $target; do
use_collect2=yes
fi
;;
- mips-dec-netbsd*) # Decstation running NetBSD
+ mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
tm_file=mips/netbsd.h
+ xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
@@ -2298,8 +2302,9 @@ for machine in $build $host $target; do
xm_defines=USG
use_collect2=yes
;;
- ns32k-pc532-netbsd*)
+ ns32k-*-netbsd*)
tm_file=ns32k/netbsd.h
+ xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
@@ -2594,6 +2599,7 @@ for machine in $build $host $target; do
;;
sparc-*-netbsd*)
tm_file=sparc/netbsd.h
+ xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd
@@ -2786,6 +2792,7 @@ for machine in $build $host $target; do
;;
vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h"
+ xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap
tmake_file=t-netbsd