[project @ 2004-07-01 13:25:09 by malcolm]
authormalcolm <unknown>
Thu, 1 Jul 2004 13:25:09 +0000 (13:25 +0000)
committermalcolm <unknown>
Thu, 1 Jul 2004 13:25:09 +0000 (13:25 +0000)
Revert from common heap/stack options to per-package options.  Since
hbc's runtime requirements are on occasion so much larger ghc/nhc98,
break out EXTRA_HBC_FLAGS as a separate variable.

Makefile.nhc98

index e54475d..06d80ce 100644 (file)
@@ -1,5 +1,7 @@
 THISPKG        = base
 SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude
+EXTRA_H_FLAGS   = +RTS -H2M -K2M -RTS
+EXTRA_HBC_FLAGS = +RTS -H8M -RTS
 
 SRCS   = \
        Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \