Commit 641d4216 by Krister Walfridsson Committed by Jeff Law

configure.in: Removed references to the removed file

        * configure.in: Removed references to the removed file
        * config/xm-netbsd.h. Use ${cpu_type}/xm-netbsd.h for
        * arm*-*-netbsd* and ns32k-*-netbsd*.
        * config/i386/xm-netbsd.h: Removed unnecessary file.
        * config/m68k/xm-netbsd.h: Likewise.
        * config/sparc/xm-netbsd.h: Likewise.
        * config/mips/xm-netbsd.h: Likewise.

From-SVN: r22262
parent 3fafc2f6
Sat Sep 5 13:40:24 1998 Krister Walfridsson <cato@df.lth.se>
* configure.in: Removed references to the removed file
* config/xm-netbsd.h. Use ${cpu_type}/xm-netbsd.h for
* arm*-*-netbsd* and ns32k-*-netbsd*.
* config/i386/xm-netbsd.h: Removed unnecessary file.
* config/m68k/xm-netbsd.h: Likewise.
* config/sparc/xm-netbsd.h: Likewise.
* config/mips/xm-netbsd.h: Likewise.
Sat Aug 29 13:32:58 1998 Mumit Khan <khan@xraylith.wisc.edu> Sat Aug 29 13:32:58 1998 Mumit Khan <khan@xraylith.wisc.edu>
* i386/cygwin32.h (BIGGEST_ALIGNMENT): Define. * i386/cygwin32.h (BIGGEST_ALIGNMENT): Define.
......
/* Configuration for GCC for Intel i386 running NetBSD as host. */
#include <i386/xm-i386.h>
/* Configuration for GCC for Motorola 68k running NetBSD as host. */
#include <m68k/xm-m68k.h>
#include "mips/xm-mips.h"
/* Configuration for GCC for Sun SPARC running NetBSD as host. */
#include <sparc/xm-sparc.h>
...@@ -2407,7 +2407,6 @@ for machine in $build $host $target; do ...@@ -2407,7 +2407,6 @@ for machine in $build $host $target; do
;; ;;
alpha*-*-netbsd*) alpha*-*-netbsd*)
tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h" 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" target_cpu_default="MASK_GAS"
tmake_file="alpha/t-crtbe" tmake_file="alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
...@@ -2510,7 +2509,7 @@ for machine in $build $host $target; do ...@@ -2510,7 +2509,7 @@ for machine in $build $host $target; do
;; ;;
arm*-*-netbsd*) arm*-*-netbsd*)
tm_file=arm/netbsd.h tm_file=arm/netbsd.h
xm_file="xm-netbsd.h ${xm_file}" xm_file="arm/xm-netbsd.h ${xm_file}"
tmake_file="t-netbsd arm/t-netbsd" tmake_file="t-netbsd arm/t-netbsd"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
...@@ -2867,7 +2866,6 @@ for machine in $build $host $target; do ...@@ -2867,7 +2866,6 @@ for machine in $build $host $target; do
;; ;;
i[34567]86-*-netbsd*) i[34567]86-*-netbsd*)
tm_file=i386/netbsd.h tm_file=i386/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -3642,7 +3640,6 @@ for machine in $build $host $target; do ...@@ -3642,7 +3640,6 @@ for machine in $build $host $target; do
;; ;;
m68k*-*-netbsd*) m68k*-*-netbsd*)
tm_file=m68k/netbsd.h tm_file=m68k/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -3963,7 +3960,6 @@ for machine in $build $host $target; do ...@@ -3963,7 +3960,6 @@ for machine in $build $host $target; do
;; ;;
mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
tm_file=mips/netbsd.h tm_file=mips/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -4296,7 +4292,7 @@ for machine in $build $host $target; do ...@@ -4296,7 +4292,7 @@ for machine in $build $host $target; do
;; ;;
ns32k-*-netbsd*) ns32k-*-netbsd*)
tm_file=ns32k/netbsd.h tm_file=ns32k/netbsd.h
xm_file="xm-netbsd.h ${xm_file}" xm_file="ns32k/xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -4591,7 +4587,6 @@ for machine in $build $host $target; do ...@@ -4591,7 +4587,6 @@ for machine in $build $host $target; do
;; ;;
sparc-*-netbsd*) sparc-*-netbsd*)
tm_file=sparc/netbsd.h tm_file=sparc/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -4784,7 +4779,6 @@ for machine in $build $host $target; do ...@@ -4784,7 +4779,6 @@ for machine in $build $host $target; do
;; ;;
vax-*-netbsd*) vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h" 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. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -5366,7 +5360,7 @@ fi ...@@ -5366,7 +5360,7 @@ fi
# Figure out what assembler alignment features are present. # Figure out what assembler alignment features are present.
echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6 echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
echo "configure:5370: checking assembler alignment features" >&5 echo "configure:5364: checking assembler alignment features" >&5
gcc_cv_as= gcc_cv_as=
gcc_cv_as_alignment_features= gcc_cv_as_alignment_features=
gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,gcc$,gas,'` gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,gcc$,gas,'`
...@@ -5626,7 +5620,7 @@ fi ...@@ -5626,7 +5620,7 @@ fi
# Warn if using init_priority. # Warn if using init_priority.
echo $ac_n "checking whether to enable init_priority by default""... $ac_c" 1>&6 echo $ac_n "checking whether to enable init_priority by default""... $ac_c" 1>&6
echo "configure:5630: checking whether to enable init_priority by default" >&5 echo "configure:5624: checking whether to enable init_priority by default" >&5
if test x$enable_init_priority != xyes; then if test x$enable_init_priority != xyes; then
enable_init_priority=no enable_init_priority=no
fi fi
......
...@@ -448,7 +448,6 @@ changequote([,])dnl ...@@ -448,7 +448,6 @@ changequote([,])dnl
;; ;;
alpha*-*-netbsd*) alpha*-*-netbsd*)
tm_file="${tm_file} alpha/elf.h alpha/netbsd.h alpha/netbsdl-elf.h" 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" target_cpu_default="MASK_GAS"
tmake_file="alpha/t-crtbe" tmake_file="alpha/t-crtbe"
extra_parts="crtbegin.o crtend.o" extra_parts="crtbegin.o crtend.o"
...@@ -557,7 +556,7 @@ changequote([,])dnl ...@@ -557,7 +556,7 @@ changequote([,])dnl
;; ;;
arm*-*-netbsd*) arm*-*-netbsd*)
tm_file=arm/netbsd.h tm_file=arm/netbsd.h
xm_file="xm-netbsd.h ${xm_file}" xm_file="arm/xm-netbsd.h ${xm_file}"
tmake_file="t-netbsd arm/t-netbsd" tmake_file="t-netbsd arm/t-netbsd"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
...@@ -946,7 +945,6 @@ changequote(,)dnl ...@@ -946,7 +945,6 @@ changequote(,)dnl
i[34567]86-*-netbsd*) i[34567]86-*-netbsd*)
changequote([,])dnl changequote([,])dnl
tm_file=i386/netbsd.h tm_file=i386/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -1783,7 +1781,6 @@ changequote([,])dnl ...@@ -1783,7 +1781,6 @@ changequote([,])dnl
;; ;;
m68k*-*-netbsd*) m68k*-*-netbsd*)
tm_file=m68k/netbsd.h tm_file=m68k/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -2104,7 +2101,6 @@ changequote([,])dnl ...@@ -2104,7 +2101,6 @@ changequote([,])dnl
;; ;;
mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD mipsel-*-netbsd* | mips-dec-netbsd*) # Decstation running NetBSD
tm_file=mips/netbsd.h tm_file=mips/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -2449,7 +2445,7 @@ changequote([,])dnl ...@@ -2449,7 +2445,7 @@ changequote([,])dnl
;; ;;
ns32k-*-netbsd*) ns32k-*-netbsd*)
tm_file=ns32k/netbsd.h tm_file=ns32k/netbsd.h
xm_file="xm-netbsd.h ${xm_file}" xm_file="ns32k/xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -2756,7 +2752,6 @@ changequote([,])dnl ...@@ -2756,7 +2752,6 @@ changequote([,])dnl
;; ;;
sparc-*-netbsd*) sparc-*-netbsd*)
tm_file=sparc/netbsd.h tm_file=sparc/netbsd.h
xm_file="xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
...@@ -2951,7 +2946,6 @@ changequote([,])dnl ...@@ -2951,7 +2946,6 @@ changequote([,])dnl
;; ;;
vax-*-netbsd*) vax-*-netbsd*)
tm_file="${tm_file} netbsd.h vax/netbsd.h" 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. # On NetBSD, the headers are already okay, except for math.h.
fixincludes=fixinc.wrap fixincludes=fixinc.wrap
tmake_file=t-netbsd tmake_file=t-netbsd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment