]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config.gcc (alpha-*-netbsd*): Don't use crtstuff.
authorJason Thorpe <thorpej@wasabisystems.com>
Wed, 29 May 2002 22:33:00 +0000 (22:33 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Wed, 29 May 2002 22:33:00 +0000 (22:33 +0000)
From-SVN: r54025

gcc/ChangeLog
gcc/config.gcc

index 13b00bb032c93c4426a858e88b92280b0557a5b0..e8306e836477a0cec9152c31f6bbf6a444a37b4b 100644 (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.
index 6736c3a285f1d310622298cd2c4b81ff87a88913..456c7af50c98b8c463ccedb5aa7b3d26c91bd585 100644 (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*)