X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=17b8fdb8b7cd97e6558e1ff36fee4a1f7f8f3cbe;hp=854b83af4d1d3aa7744206e2f7894af21b4da184;hb=001b9a4d8b5e3f120c419c6f6fa3dd67b1d6cd9e;hpb=9e6e96bdc19d71318ac7fc2fc9381ce57a22e399 diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 854b83a..17b8fdb 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -2296,6 +2296,7 @@ compilerInfo = [("Project name", String cProjectName), ("LibDir", FromDynFlags topDir), ("Global Package DB", FromDynFlags systemPackageConfig), ("C compiler flags", String (show cCcOpts)), - ("Linker flags", String (show cLdOpts)) + ("Gcc Linker flags", String (show cGccLinkerOpts)), + ("Ld Linker flags", String (show cLdLinkerOpts)) ]