From: simonmar Date: Wed, 22 Mar 2000 14:29:54 +0000 (+0000) Subject: [project @ 2000-03-22 14:29:54 by simonmar] X-Git-Tag: Approximately_9120_patches~4928 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=048117fec059dd2a75c1a1a1e0f9216aa766ad77;p=ghc-hetmet.git [project @ 2000-03-22 14:29:54 by simonmar] another -u: __init_PrelMain --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index cad59e0..d8a101a 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1105,6 +1105,7 @@ sub setupLinkOpts { ,'-u', "${uscore}PrelException_PutFullMVar_static_closure" ,'-u', "${uscore}PrelException_BlockedOnDeadMVar_static_closure" ,'-u', "${uscore}__init_Prelude" + ,'-u', "${uscore}__init_PrelMain" )); if (!$NoHaskellMain) { unshift (@Ld_flags,'-u', "${uscore}PrelMain_mainIO_closure");