SOURCES: gc-sparc.patch (NEW) - fix unresolved symbols on sparc

tommat tommat at pld-linux.org
Mon Jan 28 15:02:58 CET 2008


Author: tommat                       Date: Mon Jan 28 14:02:58 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix unresolved symbols on sparc

---- Files affected:
SOURCES:
   gc-sparc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gc-sparc.patch
diff -u /dev/null SOURCES/gc-sparc.patch:1.1
--- /dev/null	Mon Jan 28 15:02:58 2008
+++ SOURCES/gc-sparc.patch	Mon Jan 28 15:02:53 2008
@@ -0,0 +1,12 @@
+--- gc-7.0/configure.ac.orig	2008-01-28 13:43:25.000000000 +0000
++++ gc-7.0/configure.ac	2008-01-28 13:44:30.000000000 +0000
+@@ -392,6 +392,9 @@
+     dnl This is now redundant, but it is also important for incremental GC
+     dnl performance under Irix.
+     ;;
++ sparc*-*-linux*) 
++    machdep="mach_dep.lo sparc_mach_dep.lo"
++    ;; 
+  sparc-*-netbsd*)
+     machdep="mach_dep.lo sparc_netbsd_mach_dep.lo"
+     ;;
================================================================


More information about the pld-cvs-commit mailing list