SOURCES: gcc-moresparcs.patch (NEW) - support for sparcv[789] targets

tommat tommat at pld-linux.org
Thu Mar 20 21:15:08 CET 2008


Author: tommat                       Date: Thu Mar 20 20:15:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- support for sparcv[789] targets

---- Files affected:
SOURCES:
   gcc-moresparcs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gcc-moresparcs.patch
diff -u /dev/null SOURCES/gcc-moresparcs.patch:1.1
--- /dev/null	Thu Mar 20 21:15:08 2008
+++ SOURCES/gcc-moresparcs.patch	Thu Mar 20 21:15:03 2008
@@ -0,0 +1,11 @@
+--- gcc-4.2.3/gcc/config.gcc.orig	2008-03-20 09:45:43.000000000 +0000
++++ gcc-4.2.3/gcc/config.gcc	2008-03-20 09:45:56.000000000 +0000
+@@ -2164,7 +2164,7 @@
+ 	extra_parts="crti.o crtn.o crtbegin.o crtend.o"
+ 	use_fixproto=yes
+ 	;;
+-sparc-*-linux*)		# SPARC's running GNU/Linux, libc6
++sparc-*-linux* | sparcv[789]-*-linux*)		# SPARC's running GNU/Linux, libc6
+ 	tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sparc/linux.h"
+ 	extra_options="${extra_options} sparc/long-double-switch.opt"
+ 	tmake_file="${tmake_file} sparc/t-linux sparc/t-crtfm"
================================================================


More information about the pld-cvs-commit mailing list