Skip to content
Snippets Groups Projects
Commit bcea7a06 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-12-19 16:21:46 by simonm]

don't split objects for way "mr" too.
parent 42aee729
No related merge requests found
......@@ -245,10 +245,14 @@ GhcLibWays=p
#
# ToDo: track down the source of this.
#
ifneq "$(strip $(way))" "p"
GhcLibHcOpts= -O -split-objs -odir $*
else
ifeq "$(strip $(way))" "p"
GhcLibHcOpts= -O
else
ifeq "$(strip $(way))" "mr"
GhcLibHcOpts= -O
else
GhcLibHcOpts= -O -split-objs -odir $*
endif
endif
# what to include in a binary distribution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment