[m-rev.] trivial diff: update test_mercury for earth
Julien Fischer
juliensf at cs.mu.OZ.AU
Mon Oct 31 15:39:47 AEDT 2005
Estimated hours taken: 0.1
Branches: main
tools/test_mercury:
Don't use gcc 3.4.1 for the nightly builds on earth.
(The extra versions of gcc need to be reinstalled after
the OS change).
Install the hlc.par.gc grade on earth.
Julien.
Index: test_mercury
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.262
diff -u -r1.262 test_mercury
--- test_mercury 31 Oct 2005 04:06:11 -0000 1.262
+++ test_mercury 31 Oct 2005 04:35:20 -0000
@@ -433,15 +433,14 @@
CONFIG_OPTS="--disable-java-grade --enable-nogc-grades"
;;
earth)
- # earth has several versions of gcc installed (in /home/earth/public/gcc),
- # we test with gcc 3.4.1 rather than the default one, gcc 3.2.
- CONFIG_OPTS="--disable-java-grade --with-cc=/home/earth/public/gcc/gcc-3.4.1/bin/gcc-3.4.1"
+ CONFIG_OPTS=""
INSTALL_LIBGRADES="asm_fast.gc \
asm_fast.gc.debug.tr \
asm_fast.gc.prof \
asm_fast.gc.profdeep \
asm_fast.gc.tsc \
hlc.gc \
+ hlc.par.gc \
asm_fast.gc.tr.decldebug"
;;
aral)
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list