X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fpackage.conf.in;h=131f1e389b8b8921ce7ac7b0d23849b155a53720;hb=1ef67b9729bc796b6e4fca24a1e7934e48e92840;hp=a49cee66770c3390ee3059066e9d01d5ee150ac0;hpb=e543f10a733dd08d99f31582a1c53dde2cdd654d;p=ghc-hetmet.git diff --git a/rts/package.conf.in b/rts/package.conf.in index a49cee6..131f1e3 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,12 +31,12 @@ extra-libraries: "m" /* for ldexp() */ #ifdef HAVE_LIBRT , "rt" #endif +#ifdef HAVE_LIBDL + , "dl" +#endif #ifdef mingw32_HOST_OS ,"wsock32" /* for the linker */ #endif -#ifdef WANT_DOTNET_SUPPORT - , "oleaut32", "ole32", "uuid" -#endif #if defined(DEBUG) && defined(HAVE_LIBBFD) ,"bfd", "iberty" /* for debugging */ #endif @@ -55,7 +56,7 @@ include-dirs: TOP"/includes" #endif includes: Stg.h -depends: ffi-1.0 +depends: builtin_ffi hugs-options: cc-options: @@ -89,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" @@ -98,6 +99,14 @@ ld-options: , "-u", "_base_GHCziConc_ensureIOManagerIsRunning_closure" , "-u", "_base_GHCziConc_runSparks_closure" , "-u", "_base_GHCziConc_runHandlers_closure" + , "-u", "_base_GHCziConc_pendingDelays_closure" + , "-u", "_base_GHCziConc_pendingEvents_closure" + , "-u", "_base_GHCziConc_ioManagerThread_closure" +#if !defined(mingw32_HOST_OS) + , "-u", "_base_GHCziConc_prodding_closure" + , "-u", "_base_GHCziConc_sync_closure" + , "-u", "_base_GHCziConc_stick_closure" +#endif #else "-u", "ghczmprim_GHCziTypes_Izh_static_info" , "-u", "ghczmprim_GHCziTypes_Czh_static_info" @@ -127,8 +136,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" @@ -136,6 +145,14 @@ ld-options: , "-u", "base_GHCziConc_ensureIOManagerIsRunning_closure" , "-u", "base_GHCziConc_runSparks_closure" , "-u", "base_GHCziConc_runHandlers_closure" + , "-u", "base_GHCziConc_pendingDelays_closure" + , "-u", "base_GHCziConc_pendingEvents_closure" + , "-u", "base_GHCziConc_ioManagerThread_closure" +#if !defined(mingw32_HOST_OS) + , "-u", "base_GHCziConc_prodding_closure" + , "-u", "base_GHCziConc_sync_closure" + , "-u", "base_GHCziConc_stick_closure" +#endif #endif /* Pick up static libraries in preference over dynamic if in earlier search