20899N/A--- gc-7.2alpha6/Makefile.am-orig 2012-04-19 06:48:35.878236659 -0500
20899N/A+++ gc-7.2alpha6/Makefile.am 2012-04-19 06:48:51.710010636 -0500
20899N/A@@ -84,7 +84,7 @@ nodist_libbgc_la_SOURCES = libatomic_ops
20899N/A endif
20899N/A
20899N/A if NEED_ATOMIC_OPS_ASM
20899N/A-nodist_libbgc_la_SOURCES = libatomic_ops/src/atomic_ops_sysdeps.S
20899N/A+nodist_libbgc_la_SOURCES = libatomic_ops/src/atomic_ops.c libatomic_ops/src/atomic_ops_sysdeps.S
20899N/A endif
20899N/A
20899N/A # Include THREADDLLIBS here to ensure that the correct versions of
20903N/A--- gc-7.2alpha6/Makefile.am-orig 2012-05-02 07:45:17.396247578 +0800
20903N/A+++ gc-7.2alpha6/Makefile.am 2012-05-02 07:46:40.232361840 +0800
20903N/A@@ -141,7 +144,7 @@ if COMPILER_XLC
20903N/A else
20903N/A ## We use -Wp,-P to strip #line directives. Irix `as' chokes on
20903N/A ## these.
20903N/A- ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp
20903N/A+ ASM_CPP_OPTIONS = -Wp,-P -x assembler-with-cpp -KPIC
20903N/A endif
20903N/A .s.lo:
20903N/A $(LTCOMPILE) $(ASM_CPP_OPTIONS) -c $<