[commit: ghc] master: Add flag docs for -dynamic-too (#8181) (bab28fb)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 02:19:57 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bab28fb6a03ebb36cbf83a46bd7173ac6246a90a/ghc
>---------------------------------------------------------------
commit bab28fb6a03ebb36cbf83a46bd7173ac6246a90a
Author: Austin Seipp <aseipp at pobox.com>
Date: Thu Aug 29 17:59:40 2013 -0500
Add flag docs for -dynamic-too (#8181)
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
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>
More information about the ghc-commits
mailing list