summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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