From: simonmar Date: Thu, 24 Jul 2003 11:44:42 +0000 (+0000) Subject: [project @ 2003-07-24 11:44:42 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~638 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=715184e20183fbdc71383cbc0b1e07598c91b165 [project @ 2003-07-24 11:44:42 by simonmar] More BootingFromHc fixes --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index f46cf95..b210309 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -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"