X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FMakefile.ghcbin;h=379a725a283843cc92cbb5fc2bd8fe250c6f638c;hb=85514ae1d86203212930c4953ae608b53aa9f452;hp=cbee57a19d71bb102ca380ce1997e45b7428ad68;hpb=ed2e46c1076212183831ff49a3cc65c5c05d596a;p=ghc-hetmet.git diff --git a/compiler/Makefile.ghcbin b/compiler/Makefile.ghcbin index cbee57a..379a725 100644 --- a/compiler/Makefile.ghcbin +++ b/compiler/Makefile.ghcbin @@ -23,7 +23,7 @@ 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"