[commit: ghc] master: Building with -dynamic-too now works, so enable it by default (cbb93d5)

Ian Lynagh igloo at earth.li
Sun Mar 10 16:45:49 CET 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/cbb93d55bc239c9fc3f712e5a5b61f14d27c80da

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

commit cbb93d55bc239c9fc3f712e5a5b61f14d27c80da
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Mar 9 23:11:56 2013 +0000

    Building with -dynamic-too now works, so enable it by default
    
    It's only actually used if both the v and dyn ways are built

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

 mk/config.mk.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 7564834..6caf365 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -124,8 +124,7 @@ endif
 # cabal-install's that are in the wild don't handle it properly.
 DYNAMIC_BY_DEFAULT = NO
 
-# For now, we unconditionally disable building with -dynamic-too
-DYNAMIC_TOO = NO
+DYNAMIC_TOO = YES
 
 # Build a compiler that will build *unregisterised* libraries and
 # binaries by default.  Unregisterised code is supposed to compile and





More information about the ghc-commits mailing list