[m-rev.] diff: install asm_fast.par.gc on saturn

Peter Wang wangp at students.csse.unimelb.edu.au
Thu Oct 5 17:10:22 AEST 2006


Estimated hours taken: 0
Branches: main

tools/test_mercury:
	Install asm_fast.par.gc on saturn instead of asm_jump.par.gc, as the
	reason for using the latter has gone away since shared libraries were
	enabled on x86_64.

Index: ./tools/test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.302
diff -u -r1.302 test_mercury
--- ./tools/test_mercury	2 Oct 2006 03:48:05 -0000	1.302
+++ ./tools/test_mercury	5 Oct 2006 07:04:44 -0000
@@ -415,7 +415,7 @@
 					hlc.gc			\
 					hlc.gc.tr		\
 					hlc.par.gc		\
-					asm_jump.par.gc		\
+					asm_fast.par.gc		\
 					asm_jump.gc"
 		;;					
 	jupiter)
--------------------------------------------------------------------------
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