From: simonmar Date: Fri, 8 Aug 2003 08:08:47 +0000 (+0000) Subject: [project @ 2003-08-08 08:08:47 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~592 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=2c5525a9fae00927d8068dc5294421868350daf9;p=ghc-hetmet.git [project @ 2003-08-08 08:08:47 by simonmar] - Add -main-is to the flag table - Sort entries in the linker section alphabetically --- 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 - - -