X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2FMakefile;h=fe7aa7956ee8baa2863ab0af514399da3530613e;hp=b4e18c9bbc00a45c6cc71a5cdbb221fb3f18e7b7;hb=bc49cbd35e1b9a75ef05de610f845de7bbfef90d;hpb=c1a31d0d47994808ca7b8389a1d5d634b45d6755 diff --git a/compat/Makefile b/compat/Makefile index b4e18c9..fe7aa79 100644 --- a/compat/Makefile +++ b/compat/Makefile @@ -41,7 +41,7 @@ UseGhcForCc = YES # In this particular case, it turned out that -DDEBUG made Cabal # import HUnit, which might not be installed for the compiler we are # compiling with (e.g. 6.2.1). Hence the filter-out. -SRC_HC_OPTS += $(filter-out -D%, $(GhcHcOpts)) +SRC_HC_OPTS += $(filter-out -D%, $(GhcHcOpts) $(GhcStage1HcOpts)) # GHC 6.4 didn't have WCsubst.c, but 6.4.1 did, and we need to know # this in cbits/unicode.c The patchlevel isn't normally exposed as a