Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2010-12-02 09:06:49 +0300
committerZoltan Varga <vargaz@gmail.com>2010-12-02 09:06:49 +0300
commitdc02f96de993f9b478e0ad66d285bda8b05e4460 (patch)
tree92d3a59c30254f79cef4f3e5bfb5cf698acf86b3 /libgc/Makefile.am
parent2c5ff41b8b529d629480339d9433db11da54ec1c (diff)
Revert "Fix the OSC build breakage by only compiling mach_dep.c on openbsd."
This reverts commit 103450e4a270ed47fa93fc0a99fcdb95e602c5fa.
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index d4c1c24bb82..45d4b0f6925 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -40,12 +40,6 @@ else
asm_libgc_sources =
endif
-if OPENBSD
-os_libgc_sources = mach_dep.c
-else
-os_libgc_sources =
-endif
-
libmonogc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c \
malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \
@@ -53,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 \
-openbsd_stop_world.c $(os_libgc_sources) $(asm_libgc_sources)
+openbsd_stop_world.c mach_dep.c $(asm_libgc_sources)
# Include THREADDLLIBS here to ensure that the correct versions of
# linuxthread semaphore functions get linked: