[m-rev.] diff: fix lmc script with ll_debug grades

Julien Fischer jfischer at opturion.com
Mon May 20 15:15:22 AEST 2013


Branches: master, 13.05

Make the lmc script work in .ll_debug grades.

tools/lmc.in:
Set the appropriate GC library name for ll_debug
grades.

Julien.

diff --git a/tools/lmc.in b/tools/lmc.in
index 3862a1f..27bbadd 100755
--- a/tools/lmc.in
+++ b/tools/lmc.in
@@ -89,6 +89,9 @@ then
 elif test -s $WORKSPACE/boehm_gc/libgc_prof.$O
 then
  gclib="$WORKSPACE/boehm_gc/libgc_prof.$O"
+elif test -s $WORKSPACE/boehm_gc/libgc_ll_debug.$O
+then
+ gclib="$WORKSPACE/boehm_gc/libgc_ll_debug.$O"
 else
  echo "$WORKSPACE/boehm_gc does not have a gc library"
 fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20130520/759dd78d/attachment.html>


More information about the reviews mailing list