From: Gonzalo Paniagua Javier Date: Fri, 8 Oct 2010 14:39:21 +0000 (-0400) Subject: Allow -jX when compiling libgc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c43183a71fee0025569811d7e615ba0ee09da5b3;p=gc Allow -jX when compiling libgc Add mach_dep.c to the sources. Fixes bug #644933. Thanks to Mathias Ruediger. --- diff --git a/Makefile.am b/Makefile.am index 735cc3bd..3e317f40 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,9 +35,9 @@ EXTRA_DIST = ## more items will be succesively added below if POWERPC_DARWIN -asm_libgc_sources = powerpc_darwin_mach_dep.s +MACH_DEP = powerpc_darwin_mach_dep.s else -asm_libgc_sources = +MACH_DEP = mach_dep.c endif libmonogc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \ @@ -47,7 +47,7 @@ obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \ solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \ backgraph.c win32_threads.c \ pthread_support.c pthread_stop_world.c darwin_stop_world.c \ -$(asm_libgc_sources) +$(MACH_DEP) # Include THREADDLLIBS here to ensure that the correct versions of # linuxthread semaphore functions get linked: