From: panne Date: Tue, 21 Mar 2000 09:48:28 +0000 (+0000) Subject: [project @ 2000-03-21 09:48:28 by panne] X-Git-Tag: Approximately_9120_patches~4942 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cd050fe68c239d6b9e44bda5f906633e4166e73f;p=ghc-hetmet.git [project @ 2000-03-21 09:48:28 by panne] After Simon's last commit it suffices to mention libHS once (that was exactly what I was trying in that second :-) --- diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl index 4b2ea21..cad59e0 100644 --- a/ghc/driver/ghc.lprl +++ b/ghc/driver/ghc.lprl @@ -1155,9 +1155,7 @@ sub setupSyslibs { } # Push library HSrts, plus boring clib bit - # Note: The scheduler references a closure from PrelException, - # so the prelude lib is mentioned once again here. - push(@SysLibrary, "-lHSrts${BuildTag} -lHS${BuildTag}"); + push(@SysLibrary, "-lHSrts${BuildTag}"); # # RTS compiled with cygwin32, uses the WinMM API