[project @ 2000-05-09 10:06:06 by sewardj]
authorsewardj <unknown>
Tue, 9 May 2000 10:06:06 +0000 (10:06 +0000)
committersewardj <unknown>
Tue, 9 May 2000 10:06:06 +0000 (10:06 +0000)
Record details of the fptools/mk/build.mk required to build Hugs.

ghc/interpreter/README.BUILDING.HUGS [new file with mode: 0644]

diff --git a/ghc/interpreter/README.BUILDING.HUGS b/ghc/interpreter/README.BUILDING.HUGS
new file mode 100644 (file)
index 0000000..71088d5
--- /dev/null
@@ -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