Commit af0ca027 by Krister Walfridsson Committed by Jeff Law

configure.in (arm*-*-netbsd*): Use collect2.

        * configure.in (arm*-*-netbsd*): Use collect2.
        (i[34567]86-*-netbsd*): Likewise.
        (m68k*-*-netbsd*): Likewise.
        (ns32k-*-netbsd*): Likewise.
        (sparc-*-netbsd*): Likewise.
        (vax-*-netbsd*): Likewise.
        * configure: Rebuilt.

From-SVN: r26991
parent eeb183e9
Tue May 18 00:51:46 1999 Krister Walfridsson <cato@df.lth.se>
* configure.in (arm*-*-netbsd*): Use collect2.
(i[34567]86-*-netbsd*): Likewise.
(m68k*-*-netbsd*): Likewise.
(ns32k-*-netbsd*): Likewise.
(sparc-*-netbsd*): Likewise.
(vax-*-netbsd*): Likewise.
* configure: Rebuilt.
Tue May 18 00:21:34 1999 Zack Weinberg <zack@rabi.phys.columbia.edu>
* cppspec.c: Insert -no-gcc into command line unless -gcc was
......
......@@ -743,6 +743,7 @@ changequote([,])dnl
tm_file=arm/netbsd.h
xm_file="arm/xm-netbsd.h ${xm_file}"
tmake_file="t-netbsd arm/t-netbsd"
use_collect2=yes
;;
arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out
cpu_type=arm
......@@ -1155,6 +1156,7 @@ changequote(,)dnl
changequote([,])dnl
tm_file=i386/netbsd.h
tmake_file=t-netbsd
use_collect2=yes
;;
changequote(,)dnl
i[34567]86-*-openbsd*)
......@@ -2030,6 +2032,7 @@ changequote([,])dnl
tm_file=m68k/netbsd.h
tmake_file=t-netbsd
float_format=m68k
use_collect2=yes
;;
m68k*-*-openbsd*)
float_format=m68k
......@@ -2709,6 +2712,7 @@ changequote([,])dnl
xm_file="ns32k/xm-netbsd.h ${xm_file}"
# On NetBSD, the headers are already okay, except for math.h.
tmake_file=t-netbsd
use_collect2=yes
;;
pdp11-*-bsd)
tm_file="${tm_file} pdp11/2bsd.h"
......@@ -3016,6 +3020,7 @@ changequote([,])dnl
sparc-*-netbsd*)
tm_file=sparc/netbsd.h
tmake_file=t-netbsd
use_collect2=yes
;;
sparc-*-openbsd*)
# we need collect2 until our bug is fixed...
......@@ -3248,6 +3253,7 @@ changequote([,])dnl
tm_file="${tm_file} netbsd.h vax/netbsd.h"
tmake_file=t-netbsd
float_format=vax
use_collect2=yes
;;
vax-*-openbsd*)
tmake_file="${tmake_file} vax/t-openbsd"
......
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