[project @ 1997-11-24 15:43:22 by simonm]
[ghc-hetmet.git] / ghc / lib / Makefile
index 0bb3945..8d16853 100644 (file)
@@ -10,6 +10,8 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
+WAYS=$(GhcLibWays)
+
 ifeq "$(way)" ""
 SUBDIRS = cbits
 ifeq ($(IncludeTestDirsInBuild),YES)
@@ -31,6 +33,7 @@ HS_OBJS = $(HS_SRCS:.lhs=.$(way_)o)
 LIBOBJS = $(HS_OBJS)
 HS_IFACES= $(HS_SRCS:.lhs=.$(way_)hi) ghc/GHC.$(way_)hi
 
+
 #-----------------------------------------------------------------------------
 #      Setting the GHC compile options
 
@@ -63,9 +66,9 @@ ghc/PrelNum_HC_OPTS          += -H30m
 # to override the SRC_HC_OPTS of -O, and anything option coming
 # from the Makefile overrides what's in OPTIONS lines. (mumble_HC_OPTS
 # does override SRC_HC_OPTS settings)
-ghc/UnsafeST_HC_OPTS         += -Onot
+ghc/Unsafe_HC_OPTS           += -Onot
 
-ghc/PrelBase_HC_OPTS         += -H8m
+ghc/PrelBase_HC_OPTS         += -H12m
 ghc/PrelRead_HC_OPTS         += -H8m
 ghc/IOHandle_HC_OPTS         += -H8m