Skip to content
Snippets Groups Projects
Commit 048117fe authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-22 14:29:54 by simonmar]

another -u: __init_PrelMain
parent 96036961
No related branches found
No related tags found
No related merge requests found
......@@ -1105,6 +1105,7 @@ sub setupLinkOpts {
,'-u', "${uscore}PrelException_PutFullMVar_static_closure"
,'-u', "${uscore}PrelException_BlockedOnDeadMVar_static_closure"
,'-u', "${uscore}__init_Prelude"
,'-u', "${uscore}__init_PrelMain"
));
if (!$NoHaskellMain) {
unshift (@Ld_flags,'-u', "${uscore}PrelMain_mainIO_closure");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment