* config.gcc (alpha*-*-netbsd*): Don't use crtstuff.
authorJason Thorpe <thorpej@wasabisystems.com>
Sun, 5 May 2002 22:23:40 +0000 (22:23 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Sun, 5 May 2002 22:23:40 +0000 (22:23 +0000)
From-SVN: r53198

gcc/ChangeLog
gcc/config.gcc

index a56fd7e4f225271a08540bdccf8eb5ec87258246..7cf1b73106d09ae2a878f8a4170fcef761428224 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 d9c12fab5bbdfab925454eaf127b7426bf334529..15038c54769438c65b978a64270870efe67b4e35 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*)