From 6ff29b16e87cc57e2523c38bb513012b9e761375 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 22 Aug 2001 11:13:19 +0000 Subject: [PATCH] [project @ 2001-08-22 11:13:19 by rrt] Clarify further. --- ghc/docs/users_guide/phases.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index 0c39425..fe5a6e2 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -359,10 +359,11 @@ strmod = "\ at link-time, you will have to. To signal that to the driver script when linking, use . In fact, this only has an - effect when the RTS is compiled into a DLL; the - rest of the time, static linking allows the RTS's - main() to be overridden in the same - way as any other library routine. + effect when using (i.e. when the + RTS is in a DLL); the rest of the time, static linking + allows the RTS's main() to be + overridden in the same way as any other library + routine. Notice that since the command-line passed to the linker is rather involved, you probably want to use -- 1.7.10.4