[commit: ghc] master: Add a "Support dynamic-too" field to the --info output (3e3707d)

Ian Lynagh igloo at earth.li
Fri Apr 26 03:12:22 CEST 2013


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

On branch  : master

https://github.com/ghc/ghc/commit/3e3707d77244fa1654ed3ba1f57348fcb7e2cfd7

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

commit 3e3707d77244fa1654ed3ba1f57348fcb7e2cfd7
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Apr 25 20:28:28 2013 +0100

    Add a "Support dynamic-too" field to the --info output
    
    This is always "YES".

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

 compiler/main/DynFlags.hs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 6ddf214..a062dc1 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -3353,6 +3353,7 @@ compilerInfo dflags
        ("Support SMP",                 cGhcWithSMP),
        ("Tables next to code",         cGhcEnableTablesNextToCode),
        ("RTS ways",                    cGhcRTSWays),
+       ("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