[commit: ghc] master: build.mk.sample: Don't disable dynamic linking for LLVM flavours (2ac9e5b)

git at git.haskell.org git at git.haskell.org
Tue Jan 28 14:27:13 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2ac9e5b821fee56b7b2a02599562de9a9a577af5/ghc

>---------------------------------------------------------------

commit 2ac9e5b821fee56b7b2a02599562de9a9a577af5
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Sun Jan 19 10:35:50 2014 -0500

    build.mk.sample: Don't disable dynamic linking for LLVM flavours
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

2ac9e5b821fee56b7b2a02599562de9a9a577af5
 mk/build.mk.sample |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 94d09e1..3d94478 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -84,9 +84,6 @@ GhcHcOpts       = -Rghc-timing
 GhcLibHcOpts    = -O2
 GhcLibWays     += p
 
-DYNAMIC_BY_DEFAULT   = NO
-DYNAMIC_GHC_PROGRAMS = NO
-
 endif
 
 # -------- A Fast build -------------------------------------------------------
@@ -135,9 +132,6 @@ BUILD_DOCBOOK_HTML = NO
 BUILD_DOCBOOK_PS   = NO
 BUILD_DOCBOOK_PDF  = NO
 
-DYNAMIC_BY_DEFAULT   = NO
-DYNAMIC_GHC_PROGRAMS = NO
-
 endif
 
 # -------- A Fast build configured for cross-compilation ----------------------



More information about the ghc-commits mailing list