[commit: ghc] master: Add release notes about -dynamic-too (8940dd7)

git at git.haskell.org git at git.haskell.org
Fri Aug 30 02:19:53 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8940dd72cdcbade209963cdfd0f62b0fd6d7c492/ghc

>---------------------------------------------------------------

commit 8940dd72cdcbade209963cdfd0f62b0fd6d7c492
Author: Austin Seipp <aseipp at pobox.com>
Date:   Thu Aug 29 17:44:23 2013 -0500

    Add release notes about -dynamic-too
    
    See #8181.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>


>---------------------------------------------------------------

8940dd72cdcbade209963cdfd0f62b0fd6d7c492
 docs/users_guide/7.8.1-notes.xml |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 56c4f74..5c9c1c9 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -208,6 +208,24 @@
         <itemizedlist>
             <listitem>
                 <para>
+                    GHC can now build both static and dynamic object
+                    files at the same time in a single compilation
+                    pass, when given the
+                    <literal>-dynamic-too</literal> flag. This will
+                    produce both a statically-linkable
+                    <literal>.o</literal> object file, and a
+                    dynamically-linkable <literal>.dyn_o</literal>
+                    file. The output suffix of the dynamic objects can
+                    be controlled by the flag
+                    <literal>-dyno</literal>.
+               </para>
+
+                <para>
+                    Note that GHC still builds statically by default.
+               </para>
+           </listitem>
+            <listitem>
+                <para>
                     GHC now supports a <literal>--show-options</literal> flag,
                     which will dump all of the flags it supports to standard out.
                </para>





More information about the ghc-commits mailing list