From: Simon Marlow Date: Wed, 9 Aug 2006 14:10:58 +0000 (+0000) Subject: add some more options to stage 2 X-Git-Tag: Before_FC_branch_merge~248 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=118d0ea54667cd1a39a52867935dbacccb5e0257 add some more options to stage 2 --- diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 0ae9ff8..d31c3e6 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -17,6 +17,7 @@ SRC_HC_OPTS += -Istage$(stage) SRC_HC_OPTS += \ -cpp -fglasgow-exts -fno-generics -Rghc-timing \ -I. -IcodeGen -InativeGen -Iparser +SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage$(stage)HcOpts) ifeq "$(GhcWithInterpreter)" "YES" SRC_HC_OPTS += -DGHCI -DBREAKPOINT