123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- $OpenBSD: patch-libgc_Makefile_in,v 1.4 2016/06/26 10:40:28 robert Exp $
- --- libgc/Makefile.in.orig Thu Jun 9 17:10:59 2016
- +++ libgc/Makefile.in Thu Jun 23 19:29:32 2016
- @@ -120,7 +120,7 @@ am__libmonogc_static_la_SOURCES_DIST = allchblk.c allo
- 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 mach_dep.c \
- + darwin_stop_world.c mach_dep.c \
- powerpc_darwin_mach_dep.s ia64_save_regs_in_stack.s
- @POWERPC_DARWIN_FALSE@@TARGET_IA64_TRUE@am__objects_1 = ia64_save_regs_in_stack.lo
- @POWERPC_DARWIN_TRUE@am__objects_1 = powerpc_darwin_mach_dep.lo
- @@ -132,7 +132,7 @@ am__objects_2 = allchblk.lo alloc.lo blacklst.lo check
- solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo \
- backgraph.lo win32_threads.lo pthread_support.lo \
- pthread_stop_world.lo darwin_stop_world.lo \
- - openbsd_stop_world.lo mach_dep.lo $(am__objects_1)
- + mach_dep.lo $(am__objects_1)
- am_libmonogc_static_la_OBJECTS = $(am__objects_2)
- libmonogc_static_la_OBJECTS = $(am_libmonogc_static_la_OBJECTS)
- AM_V_lt = $(am__v_lt_@AM_V@)
- @@ -150,7 +150,7 @@ am__libmonogc_la_SOURCES_DIST = allchblk.c alloc.c bla
- 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 mach_dep.c \
- + darwin_stop_world.c mach_dep.c \
- powerpc_darwin_mach_dep.s ia64_save_regs_in_stack.s
- am_libmonogc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo \
- checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo \
- @@ -160,7 +160,7 @@ am_libmonogc_la_OBJECTS = allchblk.lo alloc.lo blackls
- solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo \
- backgraph.lo win32_threads.lo pthread_support.lo \
- pthread_stop_world.lo darwin_stop_world.lo \
- - openbsd_stop_world.lo mach_dep.lo $(am__objects_1)
- + mach_dep.lo $(am__objects_1)
- libmonogc_la_OBJECTS = $(am_libmonogc_la_OBJECTS)
- libmonogc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- @@ -475,7 +475,7 @@ obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_mal
- 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 mach_dep.c $(asm_libgc_sources)
- +mach_dep.c $(asm_libgc_sources)
-
-
- # Include THREADDLLIBS here to ensure that the correct versions of
- @@ -644,7 +644,6 @@ distclean-compile:
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
- -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openbsd_stop_world.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_stop_world.Plo@am__quote@
|