* config.gcc (alpha*-*-netbsd*): Don't use crtstuff.

From-SVN: r53198
This commit is contained in:
Jason Thorpe 2002-05-05 22:23:40 +00:00 committed by Jason Thorpe
parent cac010762c
commit 40cd22f223
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-05 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
2002-05-05 Jakub Jelinek <jakub@redhat.com>
PR target/6561

View File

@ -576,7 +576,6 @@ alpha*-*-netbsd*)
tm_file="${tm_file} netbsd.h alpha/elf.h netbsd-elf.h alpha/netbsd.h"
target_cpu_default="MASK_GAS"
tmake_file="${tmake_file} alpha/t-alpha alpha/t-ieee"
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
;;
alpha*-*-openbsd*)