[m-rev.] diff: find mfiltercc when configuring the boehmgc collector.

Peter Ross pro at missioncriticalit.com
Tue Jul 17 19:15:41 AEST 2012


Hi,


===================================================================


Estimated hours taken: 0.5
Branches: main, 11.07

If mgnuc cannot find mfiltercc the configure of libatomic_ops fails.

boehm_gc/Mmakefile:
	Use the mfiltercc from the util directory when building the boehmgc
	collector.


Index: boehm_gc/Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/boehm_gc/Mmakefile,v
retrieving revision 1.40
diff -u -r1.40 Mmakefile
--- boehm_gc/Mmakefile	9 Jan 2012 00:35:41 -0000	1.40
+++ boehm_gc/Mmakefile	17 Jul 2012 09:09:22 -0000
@@ -93,7 +93,8 @@
 
 submake: Makefile force 
 	MAKEFLAGS=""; export MAKEFLAGS; \
-	$(MAKE) $(MMAKEFLAGS) -j1 GRADE=$(GRADE) GC_GRADE=$(GC_GRADE) \
+	PATH=../util:$$PATH $(MAKE) $(MMAKEFLAGS) -j1 \
+		GRADE=$(GRADE) GC_GRADE=$(GC_GRADE) \
 		AR=$(AR) RANLIB=$(RANLIB) \
 		lib$(GC_GRADE).$A lib$(GC_GRADE).$(EXT_FOR_SHARED_LIB) \
 		FINAL_INSTALL_MERC_GC_LIB_DIR=$(FINAL_INSTALL_MERC_GC_LIB_DIR) \

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list