Add "Support SMP" and "RTS ways" to the compiler --info output
[ghc-hetmet.git] / compiler / main / DynFlags.hs
index 2218f17..8297067 100644 (file)
@@ -1685,8 +1685,10 @@ compilerInfo = [("Project name",                cProjectName),
                 ("Have interpreter",            cGhcWithInterpreter),
                 ("Object splitting",            cSplitObjs),
                 ("Have native code generator",  cGhcWithNativeCodeGen),
+                ("Support SMP",                 cGhcWithSMP),
                 ("Unregisterised",              cGhcUnregisterised),
                 ("Tables next to code",         cGhcEnableTablesNextToCode),
                 ("Win32 DLLs",                  cEnableWin32DLLs),
+                ("RTS ways",                    cGhcRTSWays),
                 ("Leading underscore",          cLeadingUnderscore)]