]> git.pld-linux.org Git - packages/gc.git/commitdiff
- fix unresolved symbols on sparc
authortommat <tommat@pld-linux.org>
Mon, 28 Jan 2008 14:02:53 +0000 (14:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gc-sparc.patch -> 1.1

gc-sparc.patch [new file with mode: 0644]

diff --git a/gc-sparc.patch b/gc-sparc.patch
new file mode 100644 (file)
index 0000000..39d7948
--- /dev/null
@@ -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"
+     ;;
This page took 0.118769 seconds and 4 git commands to generate.