diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-25 20:28:28 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-25 22:21:25 +0100 |
commit | 3e3707d77244fa1654ed3ba1f57348fcb7e2cfd7 (patch) | |
tree | cbd43317abdfffe2892d55ed649154419c1b469a /compiler/main | |
parent | b3c06507e80abbeb26972a9ffd2f80e707f0b198 (diff) | |
download | haskell-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.hs | 1 |
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 |