summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-07-03 13:59:59 +0100
committerIan Lynagh <ian@well-typed.com>2013-07-03 13:59:59 +0100
commit606ec0a1749399d9085444362b7203b4e96e0530 (patch)
tree34573439f9749e45572799786c558f63dec78368 /mk
parentc548fec4f11920244e81b9f83ebb2aaf7d08ba40 (diff)
parentfdc3761834185c38dcec1faedabe08065bd66bed (diff)
downloadhaskell-606ec0a1749399d9085444362b7203b4e96e0530.tar.gz
Merge branch 'master' of http://darcs.haskell.org/ghc
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk.sample4
1 files changed, 0 insertions, 4 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 7036fad5f1..1b05ddee6a 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -81,10 +81,6 @@ GhcHcOpts = -Rghc-timing
GhcLibHcOpts = -O2
GhcLibWays += p
-ifeq "$(PlatformSupportsSharedLibs)" "YES"
-GhcLibWays += dyn
-endif
-
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO