From 4f0beafc3f848566938276dffc728ff5d3cfbdf3 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 4 Jul 2009 21:06:54 +0000 Subject: [PATCH] For now, use -fno-warn-unused-do-bind when building the libraries --- mk/validate-settings.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index e640ade..60501ff 100644 --- a/mk/validate-settings.mk +++ b/mk/validate-settings.mk @@ -6,6 +6,10 @@ WERROR = -Werror HADDOCK_DOCS = YES SRC_CC_OPTS += -Wall $(WERROR) SRC_HC_OPTS += -Wall $(WERROR) -H64m -O0 -fasm + +# Temporary hack until we fix the libraries. See #3263 for details. +GhcLibHcOpts += -fno-warn-unused-do-bind + GhcStage1HcOpts += -O -fasm GhcStage2HcOpts += -O -fasm -- 1.7.10.4