From: rrt Date: Fri, 13 Jul 2001 11:50:46 +0000 (+0000) Subject: [project @ 2001-07-13 11:50:46 by rrt] X-Git-Tag: Approximately_9120_patches~1563 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b5f35df4b62d6bf878e1f63ee879871e56716b9e;p=ghc-hetmet.git [project @ 2001-07-13 11:50:46 by rrt] Need to add -Icbits even for ILX --- 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.