Skip to content
Snippets Groups Projects
Commit 2777f56b authored by sof's avatar sof
Browse files

[project @ 1998-03-05 14:01:04 by sof]

Don't split object files when booting from .hc
parent 1f245487
No related merge requests found
......@@ -249,7 +249,12 @@ else
ifeq "$(strip $(way))" "mr"
GhcLibHcOpts= -O
else
ifeq "$(GhcWithHscBuiltViaC)" "NO"
GhcLibHcOpts= -O -split-objs -odir $*
else
#NB: .hc files need to distributed in *unsplit* form.
GhcLibHcOpts= -O
endif
endif
endif
......
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