Skip to content

Commit

Permalink
"ghc --info" now claims has "Support dynamic-too" as "YES"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Apr 26, 2013
1 parent 25dd77f commit 4ae3def
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/main/DynFlags.hs
Expand Up @@ -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
Expand Down

0 comments on commit 4ae3def

Please sign in to comment.