diff options
Diffstat (limited to 'rts/package.conf.in')
-rw-r--r-- | rts/package.conf.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rts/package.conf.in b/rts/package.conf.in index 1da44a4cd1..338fcb1abf 100644 --- a/rts/package.conf.in +++ b/rts/package.conf.in @@ -98,6 +98,9 @@ ld-options: , "-Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnMVar_closure" , "-Wl,-u,_base_GHCziIOziException_blockedIndefinitelyOnSTM_closure" , "-Wl,-u,_base_GHCziIOziException_allocationLimitExceeded_closure" + , "-Wl,-u,_base_GHCziIOziException_cannotCompactFunction_closure" + , "-Wl,-u,_base_GHCziIOziException_cannotCompactPinned_closure" + , "-Wl,-u,_base_GHCziIOziException_cannotCompactMutable_closure" , "-Wl,-u,_base_ControlziExceptionziBase_nestedAtomically_closure" , "-Wl,-u,_base_GHCziEventziThread_blockedOnBadFD_closure" , "-Wl,-u,_base_GHCziWeak_runFinalizzerBatch_closure" @@ -190,6 +193,9 @@ ld-options: , "-Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnMVar_closure" , "-Wl,-u,base_GHCziIOziException_blockedIndefinitelyOnSTM_closure" , "-Wl,-u,base_GHCziIOziException_allocationLimitExceeded_closure" + , "-Wl,-u,base_GHCziIOziException_cannotCompactFunction_closure" + , "-Wl,-u,base_GHCziIOziException_cannotCompactPinned_closure" + , "-Wl,-u,base_GHCziIOziException_cannotCompactMutable_closure" , "-Wl,-u,base_ControlziExceptionziBase_nestedAtomically_closure" , "-Wl,-u,base_GHCziEventziThread_blockedOnBadFD_closure" , "-Wl,-u,base_GHCziWeak_runFinalizzerBatch_closure" |