From b5f35df4b62d6bf878e1f63ee879871e56716b9e Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 13 Jul 2001 11:50:46 +0000 Subject: [PATCH] [project @ 2001-07-13 11:50:46 by rrt] Need to add -Icbits even for ILX --- ghc/lib/std/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 4548978..1062861 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -39,9 +39,7 @@ BOOT_SRCS += PrelPrimopWrappers.hs # Setting the GHC compile options SRC_HC_OPTS += -cpp -fglasgow-exts $(GhcLibHcOpts) -ifneq "$(ILXized)" "YES" SRC_HSC2HS_OPTS += -Icbits -endif ifdef USE_REPORT_PRELUDE SRC_HC_OPTS += -DUSE_REPORT_PRELUDE=1 @@ -102,6 +100,7 @@ CLEAN_FILES += PrelGHC.hi $(foreach way, $(WAYS), PrelGHC.$(way)_hi) # The procedure differs from that in fptools/mk/target.mk in two ways: # (a) we don't want PrelMain in the GHCi std library # (b) on Win32 we must split it into two, because a single .o file can't +# have more than 65536 relocations in it. # # we don't want PrelMain in the GHCi library. -- 1.7.10.4