* config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
authorthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 22:23:40 +0000 (22:23 +0000)
committerthorpej <thorpej@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 May 2002 22:23:40 +0000 (22:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53198 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index a56fd7e..7cf1b73 100644 (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
index d9c12fa..15038c5 100644 (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*)