[m-rev.] trivial diff: use gcc 3.4 on neptune and pluto
Julien Fischer
juliensf at csse.unimelb.edu.au
Wed Jan 24 16:44:45 AEDT 2007
Estimated hours taken: 0
Branches: main
tools/test_mercury:
Use gcc 3.4 on neptune and pluto as Mercury and gcc 4.1 on those
machines has some problems. (We'll need to address those
at some point, but for now it's more important to get a working
Mercury compiler on those machines.)
Julien.
Index: test_mercury
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/tools/test_mercury,v
retrieving revision 1.315
diff -u -r1.315 test_mercury
--- test_mercury 22 Jan 2007 04:01:10 -0000 1.315
+++ test_mercury 24 Jan 2007 05:41:40 -0000
@@ -401,7 +401,7 @@
asm_fast.par.gc"
;;
neptune)
- CONFIG_OPTS=""
+ CONFIG_OPTS="--with-cc=/usr/bin/gcc-3.4"
INSTALL_LIBGRADES="asm_fast.gc \
asm_fast.gc.tr \
asm_fast.gc.tr.debug \
@@ -416,7 +416,7 @@
DEFAULT_GRADE="hlc.gc"
export DEFAULT_GRADE
INSTALL_GRADE="hlc.gc"
- CONFIG_OPTS=""
+ CONFIG_OPTS="--with-cc=/usr/bin/gcc-3.4"
INSTALL_LIBGRADES="hlc.gc \
hlc.gc.tr \
hlc.par.gc \
--------------------------------------------------------------------------
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