From: simonmar Date: Wed, 14 Jul 1999 11:16:43 +0000 (+0000) Subject: [project @ 1999-07-14 11:16:43 by simonmar] X-Git-Tag: Approximately_9120_patches~5999 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=94edb0508c5a2d1dada86f5a8f04572ca495cf48 [project @ 1999-07-14 11:16:43 by simonmar] link in NonTermination_static_closure. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 5e93214..9886de5 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");