[m-rev.] trivial diff: fix lmc script in hlc.par.gc.ll_debug
Julien Fischer
jfischer at opturion.com
Tue Aug 12 17:43:24 AEST 2014
Make the lmc script work in grade hlc.par.gc.ll_debug.
tools/lmc.in:
As above.
Julien.
diff --git a/tools/lmc.in b/tools/lmc.in
index 27bbadd..fffc50a 100755
--- a/tools/lmc.in
+++ b/tools/lmc.in
@@ -92,6 +92,9 @@ then
elif test -s $WORKSPACE/boehm_gc/libgc_ll_debug.$O
then
gclib="$WORKSPACE/boehm_gc/libgc_ll_debug.$O"
+elif test -s $WORKSPACE/boehm_gc/libpar_gc_ll_debug.$O
+then
+ gclib="$WORKSPACE/boehm_gc/libpar_gc_ll_debug.$O"
else
echo "$WORKSPACE/boehm_gc does not have a gc library"
fi
More information about the reviews
mailing list