From 2c5525a9fae00927d8068dc5294421868350daf9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 8 Aug 2003 08:08:47 +0000 Subject: [PATCH] [project @ 2003-08-08 08:08:47 by simonmar] - Add -main-is to the flag table - Sort entries in the linker section alphabetically --- ghc/docs/users_guide/flags.sgml | 40 ++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/ghc/docs/users_guide/flags.sgml b/ghc/docs/users_guide/flags.sgml index 8dc22af..40e46a2 100644 --- a/ghc/docs/users_guide/flags.sgml +++ b/ghc/docs/users_guide/flags.sgml @@ -1100,6 +1100,21 @@ - + name + On Darwin/MacOS X only, link in the framework name. + This option corresponds to the option for Apple's Linker. + static + - + + + name + On Darwin/MacOS X only, add dir to the list of + directories searched for frameworks. + This option corresponds to the option for Apple's Linker. + static + - + + lib Link in library lib static @@ -1113,29 +1128,26 @@ - - - Omit linking + + Set main function static - - name - Link in package name + + Don't asssume this program contains main static - - name - On Darwin/MacOS X only, link in the framework name. - This option corresponds to the option for Apple's Linker. + + Omit linking static - - name - On Darwin/MacOS X only, add dir to the list of - directories searched for frameworks. - This option corresponds to the option for Apple's Linker. + name + Link in package name static - @@ -1151,12 +1163,6 @@ static - - - - Don't asssume this program contains main - static - - - -- 1.7.10.4