X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FStaticFlags.hs;h=8843bc674604a9115e1b81e7ecf776b7ec100f9d;hb=70dd3e6b74d368f2df585c18d86426373e7e89e5;hp=3067063f7bfcdde1be566f7f2841edd674bc684d;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/compiler/main/StaticFlags.hs b/compiler/main/StaticFlags.hs index 3067063..8843bc6 100644 --- a/compiler/main/StaticFlags.hs +++ b/compiler/main/StaticFlags.hs @@ -494,6 +494,8 @@ way_details = #if defined(freebsd_TARGET_OS) "-optc-pthread" , "-optl-pthread" +#elif defined(solaris2_TARGET_OS) + "-optl-lrt" #endif ] ),