[commit: ghc] master: "ghc --info" now claims has "Support dynamic-too" as "YES" (4ae3def)

Ian Lynagh igloo at earth.li
Fri Apr 26 21:42:34 CEST 2013


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

On branch  : master

https://github.com/ghc/ghc/commit/4ae3def26ff935349bd03bdf0a51bd9377fc6315

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

commit 4ae3def26ff935349bd03bdf0a51bd9377fc6315
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Apr 26 19:42:06 2013 +0100

    "ghc --info" now claims has "Support dynamic-too" as "YES"

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

 compiler/main/DynFlags.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 7b90623..2fbb010 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -3354,8 +3354,7 @@ compilerInfo dflags
        ("Support SMP",                 cGhcWithSMP),
        ("Tables next to code",         cGhcEnableTablesNextToCode),
        ("RTS ways",                    cGhcRTSWays),
-       -- -dynamic-too doesn't work with --make yet; #7864
-       ("Support dynamic-too",         "NO"),
+       ("Support dynamic-too",         "YES"),
        ("Dynamic by default",          if dYNAMIC_BY_DEFAULT dflags
                                        then "YES" else "NO"),
        ("GHC Dynamic",                 if cDYNAMIC_GHC_PROGRAMS





More information about the ghc-commits mailing list