Skip to content
Snippets Groups Projects
Commit e75567a0 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-05-09 10:06:06 by sewardj]

Record details of the fptools/mk/build.mk required to build Hugs.
parent ed446668
No related merge requests found
You need to have a fptools/mk/build.mk which looks like this in
order to build Hugs which has a hope of working in combined mode.
WithGhcHc=ghc-4.06 # or whatever; version not v. important
GhcLibWays=u # essential
GhcHcOpts=-DDEBUG -fasm-x86 # -fasm-x86 is optional
GhcRtsHcOpts=-optc-DDEBUG -optc-D__HUGS__ -unreg -optc-g
GhcRtsCcOpts=-optc-DDEBUG -optc-g -optc-D__HUGS__
SplitObjs=NO # essential
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