From 715184e20183fbdc71383cbc0b1e07598c91b165 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 24 Jul 2003 11:44:42 +0000 Subject: [PATCH] [project @ 2003-07-24 11:44:42 by simonmar] More BootingFromHc fixes --- ghc/rts/Makefile | 5 ----- 1 file changed, 5 deletions(-) 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" -- 1.7.10.4