X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=8297067b705ff0f813e937bc894c3ae56ce36f16;hp=2218f1729b75ba450feb908eee683bbc7cc0dc20;hb=0b9530245a33b8206ca38b9de6dfb01e056fd8dc;hpb=2d2393de269d8c5c9043a047e6ca652f64358610 diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 2218f17..8297067 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -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)]