[commit: ghc] ghc-parmake-gsoc: Have `ghc --info` report support for parallel --make (a58ba18)

git at git.haskell.org git at git.haskell.org
Fri Sep 6 17:12:24 CEST 2013


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

On branch  : ghc-parmake-gsoc
Link       : http://ghc.haskell.org/trac/ghc/changeset/a58ba1856451447350132f20637deb898ebee252/ghc

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

commit a58ba1856451447350132f20637deb898ebee252
Author: Patrick Palka <patrick at parcs.ath.cx>
Date:   Fri Sep 6 11:10:11 2013 -0400

    Have `ghc --info` report support for parallel --make


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

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

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 1fca713..25553d2 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -3450,6 +3450,7 @@ compilerInfo dflags
        ("Tables next to code",         cGhcEnableTablesNextToCode),
        ("RTS ways",                    cGhcRTSWays),
        ("Support dynamic-too",         "YES"),
+       ("Support parallel --make",     "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