aboutsummaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-27 15:17:02 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-27 15:17:02 -0400
commitf788c92b26869a3fe650f053f250814d48dccddd (patch)
tree437e9bed52886c6f79bd1de548b718e7abb0993f /Build
parent36e650d1caeac91379ffe7f3c7de1e9a7c0eafd8 (diff)
remove warning
Diffstat (limited to 'Build')
-rw-r--r--Build/LinuxMkLibs.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs
index e33538c4d..5c33d4956 100644
--- a/Build/LinuxMkLibs.hs
+++ b/Build/LinuxMkLibs.hs
@@ -82,7 +82,6 @@ installLinkerShim top linker exe = do
#define NEED_LOCPATH_WORKAROUND
#endif
#ifdef NEED_LOCPATH_WORKAROUND
-#warning enabling LOCPATH workaround for old ghc
-- workaround for https://ghc.haskell.org/trac/ghc/ticket/7695
, "LOCPATH=/dev/null"
, "export LOCPATH"