X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=379a725a283843cc92cbb5fc2bd8fe250c6f638c;hb=0dac952932514c931b00b1fae555ebde79f2b4db;hp=46dd5dc105521889e70b0e967987e540f56d5021;hpb=dec21d06eb80f6d958d18bc185cd84f40d9ef98f;p=ghc-hetmet.git diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index 46dd5dc..379a725 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -19,10 +19,11 @@ endif EXCLUDED_C_SRCS += ghc-inplace.c +SRC_HC_OPTS += -Wall SRC_HC_OPTS += -package ghc SRC_HC_OPTS += -Istage$(stage) SRC_HC_OPTS += \ - -cpp -fglasgow-exts -fno-generics -Rghc-timing \ + -cpp -fglasgow-exts -XNoGenerics -Rghc-timing \ -I. -IcodeGen -InativeGen -Iparser SRC_HC_OPTS += $(GhcHcOpts) $(GhcStage$(stage)HcOpts) ifeq "$(TargetOS_CPP)" "openbsd" @@ -54,9 +55,6 @@ odir=stage$(stage) HS_SRCS = main/Main.hs HS_OBJS = $(patsubst %, $(odir)/%, $(addsuffix .$(way_)o,$(basename $(HS_SRCS)))) $(odir)/main/Main.o : libHSghc$(_way).a -SRC_HC_OPTS += -fforce-recomp -# can't rely on GHC's recompilation checking here, because it won't spot -# changes in the ghc package. WAYS=$(GhcCompilerWays)