summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-09 16:04:22 +0000
committerIan Lynagh <igloo@earth.li>2009-07-09 16:04:22 +0000
commit63b4ba98d8c4f856d520a9abc33accf6dc59f7e4 (patch)
tree39a6106dafe9dae6636a459cce31b355ba4613eb /mk
parent46bef1c09f499c5b34a00b650614bebfa1d6ba4b (diff)
downloadhaskell-63b4ba98d8c4f856d520a9abc33accf6dc59f7e4.tar.gz
Stop using -fno-warn-unused-do-bind when compiling the libraries
They're now fixed to not generate those warnings
Diffstat (limited to 'mk')
-rw-r--r--mk/validate-settings.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 60501ffcba..21edcb4931 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -7,9 +7,6 @@ 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