summaryrefslogtreecommitdiff
path: root/ghc/driver/ghc.lprl
diff options
context:
space:
mode:
authorpanne <unknown>2000-03-21 09:48:28 +0000
committerpanne <unknown>2000-03-21 09:48:28 +0000
commitcd050fe68c239d6b9e44bda5f906633e4166e73f (patch)
tree2e5e071f2faef13f94d164c7f7b897652dce69ef /ghc/driver/ghc.lprl
parent6ad72c2b4bb372c9dbb7f7d3a017898787c99cd7 (diff)
downloadhaskell-cd050fe68c239d6b9e44bda5f906633e4166e73f.tar.gz
[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 :-)
Diffstat (limited to 'ghc/driver/ghc.lprl')
-rw-r--r--ghc/driver/ghc.lprl4
1 files changed, 1 insertions, 3 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl
index 4b2ea2165c..cad59e02ed 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