From: simonmar Date: Tue, 21 Mar 2000 09:39:46 +0000 (+0000) Subject: [project @ 2000-03-21 09:39:46 by simonmar] X-Git-Tag: Approximately_9120_patches~4943 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6ad72c2b4bb372c9dbb7f7d3a017898787c99cd7;p=ghc-hetmet.git [project @ 2000-03-21 09:39:46 by simonmar] - add BlockedOnDeadMVar to the ever-increasing list of '-u' things - remove accidental commit (again). sigh. --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index d2e0afc..4b2ea21 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1103,6 +1103,7 @@ sub setupLinkOpts { ,'-u', "${uscore}PrelException_heapOverflow_closure" ,'-u', "${uscore}PrelException_NonTermination_static_closure" ,'-u', "${uscore}PrelException_PutFullMVar_static_closure" + ,'-u', "${uscore}PrelException_BlockedOnDeadMVar_static_closure" ,'-u', "${uscore}__init_Prelude" )); if (!$NoHaskellMain) { @@ -2611,7 +2612,7 @@ sub add_syslib { [ # where to slurp interface files from ( $INSTALLING ? "$InstLibDirGhc/imports/text" - : "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib:$TopPwd/hslibs/text/parsec" + : "$TopPwd/hslibs/text:$TopPwd/hslibs/text/html:$TopPwd/hslibs/text/haxml/lib" ) , # where to find the archive to use when linking ( $INSTALLING