diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 5e93214df6551832401bb86be154d82aaa1639bf..9886de5e052df567c4a0ca44cda23e19484d14f9 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1080,6 +1080,7 @@ sub setupLinkOpts { ,'-u', "${uscore}PrelPack_unpackCString_closure" ,'-u', "${uscore}PrelException_stackOverflow_closure" ,'-u', "${uscore}PrelException_heapOverflow_closure" + ,'-u', "${uscore}PrelException_NonTermination_static_closure" )); if (!$NoHaskellMain) { unshift (@Ld_flags,'-u', "${uscore}PrelMain_mainIO_closure");