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> 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 * cppspec.c: Insert -no-gcc into command line unless -gcc was
......
...@@ -743,6 +743,7 @@ changequote([,])dnl ...@@ -743,6 +743,7 @@ changequote([,])dnl
tm_file=arm/netbsd.h tm_file=arm/netbsd.h
xm_file="arm/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"
use_collect2=yes
;; ;;
arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out arm*-*-linux-gnuaout*) # ARM GNU/Linux with a.out
cpu_type=arm cpu_type=arm
...@@ -1155,6 +1156,7 @@ changequote(,)dnl ...@@ -1155,6 +1156,7 @@ changequote(,)dnl
changequote([,])dnl changequote([,])dnl
tm_file=i386/netbsd.h tm_file=i386/netbsd.h
tmake_file=t-netbsd tmake_file=t-netbsd
use_collect2=yes
;; ;;
changequote(,)dnl changequote(,)dnl
i[34567]86-*-openbsd*) i[34567]86-*-openbsd*)
...@@ -2030,6 +2032,7 @@ changequote([,])dnl ...@@ -2030,6 +2032,7 @@ changequote([,])dnl
tm_file=m68k/netbsd.h tm_file=m68k/netbsd.h
tmake_file=t-netbsd tmake_file=t-netbsd
float_format=m68k float_format=m68k
use_collect2=yes
;; ;;
m68k*-*-openbsd*) m68k*-*-openbsd*)
float_format=m68k float_format=m68k
...@@ -2709,6 +2712,7 @@ changequote([,])dnl ...@@ -2709,6 +2712,7 @@ changequote([,])dnl
xm_file="ns32k/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.
tmake_file=t-netbsd tmake_file=t-netbsd
use_collect2=yes
;; ;;
pdp11-*-bsd) pdp11-*-bsd)
tm_file="${tm_file} pdp11/2bsd.h" tm_file="${tm_file} pdp11/2bsd.h"
...@@ -3016,6 +3020,7 @@ changequote([,])dnl ...@@ -3016,6 +3020,7 @@ changequote([,])dnl
sparc-*-netbsd*) sparc-*-netbsd*)
tm_file=sparc/netbsd.h tm_file=sparc/netbsd.h
tmake_file=t-netbsd tmake_file=t-netbsd
use_collect2=yes
;; ;;
sparc-*-openbsd*) sparc-*-openbsd*)
# we need collect2 until our bug is fixed... # we need collect2 until our bug is fixed...
...@@ -3248,6 +3253,7 @@ changequote([,])dnl ...@@ -3248,6 +3253,7 @@ changequote([,])dnl
tm_file="${tm_file} netbsd.h vax/netbsd.h" tm_file="${tm_file} netbsd.h vax/netbsd.h"
tmake_file=t-netbsd tmake_file=t-netbsd
float_format=vax float_format=vax
use_collect2=yes
;; ;;
vax-*-openbsd*) vax-*-openbsd*)
tmake_file="${tmake_file} vax/t-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