From 63b4ba98d8c4f856d520a9abc33accf6dc59f7e4 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 9 Jul 2009 16:04:22 +0000 Subject: [PATCH] Stop using -fno-warn-unused-do-bind when compiling the libraries They're now fixed to not generate those warnings --- mk/validate-settings.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index 60501ff..21edcb4 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 -- 1.7.10.4