diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a56fd7e..7cf1b73 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config.gcc b/gcc/config.gcc index d9c12fa..15038c5 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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*) |