X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=6d4cbc854e675f8e0ded2ec84a3b7732c8be6ae3;hp=0ae9ff8b6ce24927162d3817a7f4273d1071b6c6;hb=3e83dfb21b2f2220dce97427fff5c19459ae68d1;hpb=f2a25c5b02705aeb5f0138d5eb74c1919c29758c diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 0ae9ff8..6d4cbc8 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 @@ -31,5 +32,3 @@ HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS))) $(odir)/main/Main.o : libHSghc$(_way).a include $(TOP)/mk/target.mk - --include .depend-$(stage)