[commit: ghc] master: Do not build dynamic libraries with the perf-llvm BuildFlavour. (fdc3761)
Geoffrey Mainland
gmainlan at microsoft.com
Tue Jul 2 23:01:21 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/fdc3761834185c38dcec1faedabe08065bd66bed
>---------------------------------------------------------------
commit fdc3761834185c38dcec1faedabe08065bd66bed
Author: Geoffrey Mainland <gmainlan at microsoft.com>
Date: Tue Jul 2 21:30:33 2013 +0100
Do not build dynamic libraries with the perf-llvm BuildFlavour.
>---------------------------------------------------------------
mk/build.mk.sample | 4 ----
1 file changed, 4 deletions(-)
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 7036fad..1b05dde 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
More information about the ghc-commits
mailing list