]> git.pld-linux.org Git - packages/gc.git/blame - gc-sparc.patch
- fix unresolved symbols on sparc
[packages/gc.git] / gc-sparc.patch
CommitLineData
cb23daba 1--- gc-7.0/configure.ac.orig 2008-01-28 13:43:25.000000000 +0000
2+++ gc-7.0/configure.ac 2008-01-28 13:44:30.000000000 +0000
3@@ -392,6 +392,9 @@
4 dnl This is now redundant, but it is also important for incremental GC
5 dnl performance under Irix.
6 ;;
7+ sparc*-*-linux*)
8+ machdep="mach_dep.lo sparc_mach_dep.lo"
9+ ;;
10 sparc-*-netbsd*)
11 machdep="mach_dep.lo sparc_netbsd_mach_dep.lo"
12 ;;
This page took 0.049071 seconds and 4 git commands to generate.