From: Duncan Coutts Date: Sat, 4 Jul 2009 21:21:19 +0000 (+0000) Subject: Document -dynload flag. Also add it and -shared to the flags reference. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=901d7795d31fb6706ffcb7e522160feddf4260b7 Document -dynload flag. Also add it and -shared to the flags reference. --- diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index f96edbf..a914610 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1721,6 +1721,12 @@ + + Generate a shared library (as opposed to an executable) + dynamic + - + + Generate position-independent code (where available) static @@ -1733,6 +1739,13 @@ - + + Selects one of a number of modes for finding shared + libraries at runtime. + static + - + + name On Darwin/MacOS X only, link in the framework name. This option corresponds to the option for Apple's Linker. diff --git a/docs/users_guide/phases.xml b/docs/users_guide/phases.xml index 467f6ad..ac71b97 100644 --- a/docs/users_guide/phases.xml +++ b/docs/users_guide/phases.xml @@ -863,6 +863,19 @@ $ cat foo.hspp + + + + + + + + This flag selects one of a number of modes for finding shared + libraries at runtime. See for + a description of each mode. + + +