[m-rev.] Add .stseg to the low-level C parallel grade that configure chooses to install.
Paul Bone
pbone at csse.unimelb.edu.au
Wed Dec 14 15:06:43 AEDT 2011
By default configure installs both a low-level and high-level C parallel grade.
This change adds the stseg grade component to the low-level C parallel grade.
configure.in:
As above.
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.605
diff -u -p -b -r1.605 configure.in
--- configure.in 5 Dec 2011 15:33:55 -0000 1.605
+++ configure.in 14 Dec 2011 03:52:44 -0000
@@ -3703,7 +3703,7 @@ fi
if test "$enable_par_grades" = yes -a "$CFLAGS_FOR_THREADS" != "" \
-a "$MR_HAVE_PTHREAD_H" = 1
then
- LIBGRADES="$LIBGRADES hlc.par.gc $BEST_LLDS_BASE_GRADE.par.gc"
+ LIBGRADES="$LIBGRADES hlc.par.gc $BEST_LLDS_BASE_GRADE.par.gc.stseg"
fi
# Add the .stseg (stack segments) version of the library.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 489 bytes
Desc: Digital signature
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20111214/c31c77bf/attachment.sig>
More information about the reviews
mailing list