Repository : ssh://[email protected]/ghc On branch : ghc-parmake-gsoc Link : http://ghc.haskell.org/trac/ghc/changeset/a58ba1856451447350132f20637deb898ebee252/ghc
>--------------------------------------------------------------- commit a58ba1856451447350132f20637deb898ebee252 Author: Patrick Palka <[email protected]> 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 _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
