From 118d0ea54667cd1a39a52867935dbacccb5e0257 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 9 Aug 2006 14:10:58 +0000 Subject: [PATCH] add some more options to stage 2 --- compiler/Makefile.ghcbin | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4