patch-libgc_Makefile_in 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. $OpenBSD: patch-libgc_Makefile_in,v 1.4 2016/06/26 10:40:28 robert Exp $
  2. --- libgc/Makefile.in.orig Thu Jun 9 17:10:59 2016
  3. +++ libgc/Makefile.in Thu Jun 23 19:29:32 2016
  4. @@ -120,7 +120,7 @@ am__libmonogc_static_la_SOURCES_DIST = allchblk.c allo
  5. ptr_chck.c real_malloc.c reclaim.c solaris_pthreads.c \
  6. solaris_threads.c specific.c stubborn.c typd_mlc.c backgraph.c \
  7. win32_threads.c pthread_support.c pthread_stop_world.c \
  8. - darwin_stop_world.c openbsd_stop_world.c mach_dep.c \
  9. + darwin_stop_world.c mach_dep.c \
  10. powerpc_darwin_mach_dep.s ia64_save_regs_in_stack.s
  11. @POWERPC_DARWIN_FALSE@@TARGET_IA64_TRUE@am__objects_1 = ia64_save_regs_in_stack.lo
  12. @POWERPC_DARWIN_TRUE@am__objects_1 = powerpc_darwin_mach_dep.lo
  13. @@ -132,7 +132,7 @@ am__objects_2 = allchblk.lo alloc.lo blacklst.lo check
  14. solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo \
  15. backgraph.lo win32_threads.lo pthread_support.lo \
  16. pthread_stop_world.lo darwin_stop_world.lo \
  17. - openbsd_stop_world.lo mach_dep.lo $(am__objects_1)
  18. + mach_dep.lo $(am__objects_1)
  19. am_libmonogc_static_la_OBJECTS = $(am__objects_2)
  20. libmonogc_static_la_OBJECTS = $(am_libmonogc_static_la_OBJECTS)
  21. AM_V_lt = $(am__v_lt_@AM_V@)
  22. @@ -150,7 +150,7 @@ am__libmonogc_la_SOURCES_DIST = allchblk.c alloc.c bla
  23. ptr_chck.c real_malloc.c reclaim.c solaris_pthreads.c \
  24. solaris_threads.c specific.c stubborn.c typd_mlc.c backgraph.c \
  25. win32_threads.c pthread_support.c pthread_stop_world.c \
  26. - darwin_stop_world.c openbsd_stop_world.c mach_dep.c \
  27. + darwin_stop_world.c mach_dep.c \
  28. powerpc_darwin_mach_dep.s ia64_save_regs_in_stack.s
  29. am_libmonogc_la_OBJECTS = allchblk.lo alloc.lo blacklst.lo \
  30. checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo \
  31. @@ -160,7 +160,7 @@ am_libmonogc_la_OBJECTS = allchblk.lo alloc.lo blackls
  32. solaris_threads.lo specific.lo stubborn.lo typd_mlc.lo \
  33. backgraph.lo win32_threads.lo pthread_support.lo \
  34. pthread_stop_world.lo darwin_stop_world.lo \
  35. - openbsd_stop_world.lo mach_dep.lo $(am__objects_1)
  36. + mach_dep.lo $(am__objects_1)
  37. libmonogc_la_OBJECTS = $(am_libmonogc_la_OBJECTS)
  38. libmonogc_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  39. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  40. @@ -475,7 +475,7 @@ obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_mal
  41. solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \
  42. backgraph.c win32_threads.c \
  43. pthread_support.c pthread_stop_world.c darwin_stop_world.c \
  44. -openbsd_stop_world.c mach_dep.c $(asm_libgc_sources)
  45. +mach_dep.c $(asm_libgc_sources)
  46. # Include THREADDLLIBS here to ensure that the correct versions of
  47. @@ -644,7 +644,6 @@ distclean-compile:
  48. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Plo@am__quote@
  49. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/new_hblk.Plo@am__quote@
  50. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/obj_map.Plo@am__quote@
  51. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openbsd_stop_world.Plo@am__quote@
  52. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/os_dep.Plo@am__quote@
  53. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pcr_interface.Plo@am__quote@
  54. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pthread_stop_world.Plo@am__quote@