X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2Fpackage.conf.in;h=2550415e5abacbe35335d7537e60337eeb317cc9;hb=6a8f124fd1b9ccd3ed9715bc7d89efa98405c2c9;hp=eedbfc14dd401212a4ebe7f00330bc409b9df765;hpb=eab7055a9512b150681156f146ee76ad8f67b72f;p=ghc-hetmet.git diff --git a/ghc/rts/package.conf.in b/ghc/rts/package.conf.in index eedbfc1..2550415 100644 --- a/ghc/rts/package.conf.in +++ b/ghc/rts/package.conf.in @@ -36,6 +36,9 @@ extra-libraries: "m" /* for ldexp() */ , "dl" #endif #endif +#ifdef HAVE_LIBRT + , "rt" +#endif #ifdef mingw32_HOST_OS ,"wsock32" /* for the linker */ #endif @@ -98,6 +101,7 @@ ld-options: , "-u", "_GHCziIOBase_BlockedOnDeadMVar_closure" , "-u", "_GHCziIOBase_BlockedIndefinitely_closure" , "-u", "_GHCziIOBase_Deadlock_closure" + , "-u", "_GHCziIOBase_NestedAtomically_closure" , "-u", "_GHCziWeak_runFinalizzerBatch_closure" #else "-u", "GHCziBase_Izh_static_info" @@ -131,6 +135,7 @@ ld-options: , "-u", "GHCziIOBase_BlockedOnDeadMVar_closure" , "-u", "GHCziIOBase_BlockedIndefinitely_closure" , "-u", "GHCziIOBase_Deadlock_closure" + , "-u", "GHCziIOBase_NestedAtomically_closure" , "-u", "GHCziWeak_runFinalizzerBatch_closure" #endif