[project @ 2003-07-24 11:44:42 by simonmar]
authorsimonmar <unknown>
Thu, 24 Jul 2003 11:44:42 +0000 (11:44 +0000)
committersimonmar <unknown>
Thu, 24 Jul 2003 11:44:42 +0000 (11:44 +0000)
More BootingFromHc fixes

ghc/rts/Makefile

index f46cf95..b210309 100644 (file)
@@ -110,11 +110,6 @@ ifeq "$(way)" "mp"
 SRC_HC_OPTS += -I$$PVM_ROOT/include
 endif
 
-ifeq "$(BootingFromHc)" "YES"
-# use the normal $(CC) when booting from .hc files
-SRC_CC_OPTS += $(HC_OPTS)
-endif
-
 # Currently, you only get 'threads support' in the normal
 # way.
 ifeq "$(GhcRtsThreaded)" "YES"