Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/bab28fb6a03ebb36cbf83a46bd7173ac6246a90a/ghc
>--------------------------------------------------------------- commit bab28fb6a03ebb36cbf83a46bd7173ac6246a90a Author: Austin Seipp <[email protected]> Date: Thu Aug 29 17:59:40 2013 -0500 Add flag docs for -dynamic-too (#8181) Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- bab28fb6a03ebb36cbf83a46bd7173ac6246a90a docs/users_guide/flags.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index 18f8beb..648180c 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -2119,6 +2119,24 @@ <entry>-</entry> </row> <row> + <entry><option>-dynamic-too</option></entry> + <entry>Build dynamic object files <emphasis>as well as</emphasis> static object files during compilation</entry> + <entry>static</entry> + <entry>-</entry> + </row> + <row> + <entry><option>-dyno</option></entry> + <entry>Set the output path for the <emphasis>dynamically</emphasis> linked objects</entry> + <entry>static</entry> + <entry>-</entry> + </row> + <row> + <entry><option>-dynosuf</option></entry> + <entry>Set the output suffix for dynamic object files</entry> + <entry>static</entry> + <entry>-</entry> + </row> + <row> <entry><option>-dynload</option></entry> <entry>Selects one of a number of modes for finding shared libraries at runtime.</entry> _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
