[PATCH] Don't use crtstuff for alpha-netbsd on 3.1 branch

Jason R Thorpe thorpej@wasabisystems.com
Wed May 29 15:42:00 GMT 2002


Change was made to trunk, but missed the 3.1 cut-off.  Committed to
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.167.2.20
diff -u -r1.167.2.20 config.gcc
--- config.gcc	2 May 2002 21:28:49 -0000	1.167.2.20
+++ config.gcc	29 May 2002 22:29:38 -0000
@@ -572,7 +572,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