add some more options to stage 2
authorSimon Marlow <simonmar@microsoft.com>
Wed, 9 Aug 2006 14:10:58 +0000 (14:10 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 9 Aug 2006 14:10:58 +0000 (14:10 +0000)
compiler/Makefile.ghcbin

index 0ae9ff8..d31c3e6 100644 (file)
@@ -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 += \
   -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
 
 ifeq "$(GhcWithInterpreter)" "YES"
 SRC_HC_OPTS += -DGHCI -DBREAKPOINT