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

From-SVN: r54025
This commit is contained in:
Jason Thorpe 2002-05-29 22:33:00 +00:00 committed by Jason Thorpe
parent a4febd3b9f
commit 910156f119
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc (alpha-*-netbsd*): Don't use crtstuff.
2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
* config/alpha/netbsd.h (CPP_PREDEFINES): Add -D_LP64.

View File

@ -572,7 +572,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*)