[project @ 2000-03-21 09:48:28 by panne]
authorpanne <unknown>
Tue, 21 Mar 2000 09:48:28 +0000 (09:48 +0000)
committerpanne <unknown>
Tue, 21 Mar 2000 09:48:28 +0000 (09:48 +0000)
After Simon's last commit it suffices to mention libHS once (that was
exactly what I was trying in that second :-)

ghc/driver/ghc.lprl

index 4b2ea21..cad59e0 100644 (file)
@@ -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