X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=087a7e9d66e7134325347863a8e2475841482c22;hb=6cf8982ac30be6836a0cdd8be5a6ac1a1a144213;hp=3b890d7db65124e8c0772f680a3cdd86b6e61d97;hpb=f4e682c8f54a70cacbc412c1bd24cf619e1023e7;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index 3b890d7..087a7e9 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -1,10 +1,11 @@ /* The RTS is just another package! */ #include "ghcconfig.h" -#include "RtsConfig.h" +#include "rts/Config.h" name: rts version: 1.0 +id: builtin_rts license: BSD3 maintainer: glasgow-haskell-users@haskell.org exposed: True @@ -30,6 +31,9 @@ extra-libraries: "m" /* for ldexp() */ #ifdef HAVE_LIBRT , "rt" #endif +#ifdef HAVE_LIBDL + , "dl" +#endif #ifdef mingw32_HOST_OS ,"wsock32" /* for the linker */ #endif @@ -52,7 +56,7 @@ include-dirs: TOP"/includes" #endif includes: Stg.h -depends: ffi-1.0 +depends: builtin_ffi hugs-options: cc-options: @@ -86,8 +90,8 @@ ld-options: , "-u", "_base_GHCziIOziException_stackOverflow_closure" , "-u", "_base_GHCziIOziException_heapOverflow_closure" , "-u", "_base_ControlziExceptionziBase_nonTermination_closure" - , "-u", "_base_GHCziIOziException_blockedOnDeadMVar_closure" - , "-u", "_base_GHCziIOziException_blockedIndefinitely_closure" + , "-u", "_base_GHCziIOziException_blockedIndefinitelyOnMVar_closure" + , "-u", "_base_GHCziIOziException_blockedIndefinitelyOnSTM_closure" , "-u", "_base_ControlziExceptionziBase_nestedAtomically_closure" , "-u", "_base_GHCziWeak_runFinalizzerBatch_closure" , "-u", "_base_GHCziTopHandler_runIO_closure" @@ -124,8 +128,8 @@ ld-options: , "-u", "base_GHCziIOziException_stackOverflow_closure" , "-u", "base_GHCziIOziException_heapOverflow_closure" , "-u", "base_ControlziExceptionziBase_nonTermination_closure" - , "-u", "base_GHCziIOziException_blockedOnDeadMVar_closure" - , "-u", "base_GHCziIOziException_blockedIndefinitely_closure" + , "-u", "base_GHCziIOziException_blockedIndefinitelyOnMVar_closure" + , "-u", "base_GHCziIOziException_blockedIndefinitelyOnSTM_closure" , "-u", "base_ControlziExceptionziBase_nestedAtomically_closure" , "-u", "base_GHCziWeak_runFinalizzerBatch_closure" , "-u", "base_GHCziTopHandler_runIO_closure"