[m-dev.] trivial diff: work-around another gcc 2.7.2.1 bug
Fergus Henderson
fjh at cs.mu.OZ.AU
Wed Sep 15 06:54:56 AEST 1999
scripts/mgnuc.in:
Add `dl.c' to the list of files which need to be compiled with
`-O1' rather than `-O2' to avoid gcc internal errors on sparc.
Workspace: /home/mercury0/fjh/mercury
Index: scripts/mgnuc.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/mgnuc.in,v
retrieving revision 1.65
diff -u -r1.65 mgnuc.in
--- mgnuc.in 1999/08/27 04:46:55 1.65
+++ mgnuc.in 1999/09/14 20:53:44
@@ -406,6 +406,8 @@
ARCH_OPTS="$ARCH_OPTS -O1" ;;
*" dupelim.c "*|*" modules.dir/dupelim"*".c "*)
ARCH_OPTS="$ARCH_OPTS -O1" ;;
+ *" dl.c "*|*" modules.dir/dl"*".c "*)
+ ARCH_OPTS="$ARCH_OPTS -O1" ;;
*" mercury_to_mercury.c "*|*" modules.dir/mercury_to_mercury"*".c "*)
ARCH_OPTS="$ARCH_OPTS -O1" ;;
*" modules.c "*|*" modules.dir/modules"*".c "*)
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh> | of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3 | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list