X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compat%2FMakefile;h=fe7aa7956ee8baa2863ab0af514399da3530613e;hp=b4e18c9bbc00a45c6cc71a5cdbb221fb3f18e7b7;hb=2f6ad11fa0c2995d950c91fd4301f23aceeb443b;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1 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