[m-rev.] trivial diff: fix configure.in
Simon Taylor
stayl at cs.mu.OZ.AU
Mon Feb 10 20:15:08 AEDT 2003
Estimated hours taken: 0.1
Branches: main
configure.in:
s/--link-flags --static/--linkage static/
in the mmc command line. This is needed after my change
to implement ml in the compiler.
Index: configure.in
===================================================================
RCS file: /home/mercury1/repository/mercury/configure.in,v
retrieving revision 1.351
diff -u -u -r1.351 configure.in
--- configure.in 5 Feb 2003 14:41:05 -0000 1.351
+++ configure.in 10 Feb 2003 08:53:06 -0000
@@ -146,7 +146,7 @@
case "$host" in
i386-pc-solaris2.8) link_static_opt= ;;
- *) link_static_opt="--link-flags --static" ;;
+ *) link_static_opt="--linkage static" ;;
esac
MERCURY_MSG("looking for an already installed Mercury compiler to bootstrap with...")
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list