[m-rev.] trivial diff: update test_mercury
Julien Fischer
juliensf at csse.unimelb.edu.au
Mon Jun 29 13:29:44 AEST 2009
Update test_mercury to conform to recent machine changes.
tools/test_mercury:
Updates the build settings for goofy.
Don't bother installing .tr grades on so many systems.
Install the hlc profiling grades on eris.
Fix the libc versions for the neptune and goofy.
Julien.
Index: test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.351
diff -u -r1.351 test_mercury
--- test_mercury 11 May 2009 17:10:04 -0000 1.351
+++ test_mercury 29 Jun 2009 03:23:10 -0000
@@ -63,7 +63,7 @@
:
else
case "$HOST" in
- goofy|eris|bob)
+ eris|bob)
CVSROOT=":ext:mercury at cvs.mercury.csse.unimelb.edu.au:$CVSROOT"
;;
*)
@@ -447,16 +447,14 @@
INSTALL_GRADE="hlc.gc"
CONFIG_OPTS="--with-cc=/usr/bin/gcc-3.4"
INSTALL_LIBGRADES="hlc.gc \
- hlc.gc.tr \
hlc.gc.trseg \
hlc.par.gc \
asm_fast.gc \
asm_fast.par.gc \
- asm_fast.gc.tr \
- asm_fast.gc.tr.debug \
+ asm_fast.gc.trseg \
+ asm_fast.gc.trseg.debug \
asm_fast.gc.profdeep \
- asm_fast.gc.stseg \
- reg.gc.tr"
+ asm_fast.gc.stseg"
;;
aral)
CONFIG_OPTS="--with-cc=/usr/bin/gcc-3.4"
@@ -470,12 +468,12 @@
DEFAULT_GRADE="hlc.gc"
export DEFAULT_GRADE
INSTALL_GRADE="hlc.gc"
- INSTALL_LIBGRADES="hlc.gc \
- hlc.gc.tr \
- hlc.gc.trseg \
- hlc.gc.tr.ll_debug \
- none.gc.tr \
- none.gc.trseg \
+ INSTALL_LIBGRADES="hlc.gc \
+ hlc.gc.trseg \
+ hlc.gc.trseg.ll_debug \
+ hlc.gc.trseg.prof \
+ hlc.gc.trseg.memprof \
+ none.gc.trseg \
none.gc.tr.debug"
;;
taura)
@@ -986,10 +984,10 @@
fullname=x86_64-unknown-linux-gnu-libc2.3-gnu-O5-intermod
;;
neptune)
- fullname=x86_64-unknown-linux-gnu-libc2.3-gnu-O4
+ fullname=x86_64-unknown-linux-gnu-libc2.9-gnu-O4
;;
goofy)
- fullname=x86_64-unknown-linux-gnu-libc2.3-gnu-O2-intermod-hlc
+ fullname=x86_64-unknown-linux-gnu-libc2.9-gnu-O2-intermod-hlc
;;
*)
fullname=$fullarch
--------------------------------------------------------------------------
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