summaryrefslogtreecommitdiff
path: root/compiler/main
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-04-25 20:28:28 +0100
committerIan Lynagh <ian@well-typed.com>2013-04-25 22:21:25 +0100
commit3e3707d77244fa1654ed3ba1f57348fcb7e2cfd7 (patch)
treecbd43317abdfffe2892d55ed649154419c1b469a /compiler/main
parentb3c06507e80abbeb26972a9ffd2f80e707f0b198 (diff)
downloadhaskell-3e3707d77244fa1654ed3ba1f57348fcb7e2cfd7.tar.gz
Add a "Support dynamic-too" field to the --info output
This is always "YES".
Diffstat (limited to 'compiler/main')
-rw-r--r--compiler/main/DynFlags.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 6ddf2145cb..a062dc1c8d 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