X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc.mk;h=1593c79788d5885658cc48687b38c26ecde71df0;hb=4b8a6d6c34bd74a4e3ac4d5d3c19e1236b1882dd;hp=f8f09376913331595f6280262cc535b7e9cb326a;hpb=f96ea257527704ac24b2f619018de7ed5dc7c84d;p=ghc-hetmet.git diff --git a/ghc.mk b/ghc.mk index f8f0937..1593c79 100644 --- a/ghc.mk +++ b/ghc.mk @@ -625,9 +625,7 @@ include $(patsubst %, %/ghc.mk, $(BUILD_DIRS)) # We need -fno-warn-deprecated-flags to avoid failure with -Werror GhcLibHcOpts += -fno-warn-deprecated-flags -ifeq "$(ghc_ge_609)" "YES" GhcBootLibHcOpts += -fno-warn-deprecated-flags -endif # Add $(GhcLibHcOpts) to all library builds $(foreach pkg,$(PACKAGES) $(PACKAGES_STAGE2),$(eval libraries/$(pkg)_dist-install_HC_OPTS += $$(GhcLibHcOpts)))