[PATCH] Don't use crtstuff on NetBSD/alpha

Jason R Thorpe thorpej@wasabisystems.com
Sun May 5 15:43:00 GMT 2002


I thought I had committed this ages ago, but it's apparently been
lurking around in my tree.

Committed to trunk.  OK for 3.1 branch?

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

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.191
diff -u -r1.191 config.gcc
--- config.gcc	2 May 2002 21:30:38 -0000	1.191
+++ config.gcc	5 May 2002 20:30:31 -0000
@@ -576,7 +576,6 @@
 	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*)


More information about the Gcc-patches mailing list