From: sewardj Date: Tue, 9 May 2000 10:06:06 +0000 (+0000) Subject: [project @ 2000-05-09 10:06:06 by sewardj] X-Git-Tag: Approximately_9120_patches~4549 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e75567a022bdb7d804ad086b2c35c5ea8e4c6228;p=ghc-hetmet.git [project @ 2000-05-09 10:06:06 by sewardj] Record details of the fptools/mk/build.mk required to build Hugs. --- diff --git a/ghc/interpreter/README.BUILDING.HUGS b/ghc/interpreter/README.BUILDING.HUGS new file mode 100644 index 0000000..71088d5 --- /dev/null +++ b/ghc/interpreter/README.BUILDING.HUGS @@ -0,0 +1,10 @@ + +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