[m-rev.] diff: disable --strip for MacOS X (Darwin)
Fergus Henderson
fjh at cs.mu.OZ.AU
Mon Apr 16 19:34:04 AEST 2001
Estimated hours taken: 0.25
Branches: main
scripts/ml.in:
Don't enable `--strip' by default on MacOS X (Darwin),
since `cc -s' doesn't seem to do the right thing.
Workspace: /home/hg/fjh/mercury
Index: scripts/ml.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/ml.in,v
retrieving revision 1.91
diff -c -d -r1.91 ml.in
*** scripts/ml.in 2001/04/10 15:37:37 1.91
--- scripts/ml.in 2001/04/16 09:27:07
***************
*** 91,96 ****
--- 91,100 ----
# `gcc -s' is broken in gnu-win32
strip=false
;;
+ *-darwin*)
+ # `gcc -s' doesn't seem to do the right thing on Mac OS X
+ strip=false
+ ;;
*)
strip=true
;;
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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