[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 20f7bafee7343bdfb37b6ef07f391b0778acdaad

git git at cross-lfs.org
Thu Feb 14 13:25:46 PST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  20f7bafee7343bdfb37b6ef07f391b0778acdaad (commit)
      from  032e5f5ac0bb4bbd14faf00d3f44f9a9b4f06ec2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 20f7bafee7343bdfb37b6ef07f391b0778acdaad
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Feb 14 16:25:26 2013 -0500

    Added some command explanations

diff --git a/BOOK/cross-tools/common/mpfr.xml b/BOOK/cross-tools/common/mpfr.xml
index 7f110b1..c1fef16 100644
--- a/BOOK/cross-tools/common/mpfr.xml
+++ b/BOOK/cross-tools/common/mpfr.xml
@@ -40,6 +40,14 @@
       </varlistentry>
 
       <varlistentry>
+        <term><parameter>--enable-shared</parameter></term>
+        <listitem>
+          <para>This tells <command>configure</command> to build MPFR's
+          shared libraries.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><parameter>--with-gmp=/cross-tools</parameter></term>
         <listitem>
           <para>This tells <command>configure</command> where to find GMP.</para>
diff --git a/BOOK/cross-tools/common/ppl.xml b/BOOK/cross-tools/common/ppl.xml
index 7993ba3..e19358a 100644
--- a/BOOK/cross-tools/common/ppl.xml
+++ b/BOOK/cross-tools/common/ppl.xml
@@ -41,6 +41,14 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--disable-optimization</parameter></term>
+        <listitem>
+          <para>Tells <command>configure</command> to build PPL without
+          compiler optimizations, which are not needed for the Cross-Tools.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para os="c">Compile the package:</para>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/cross-tools/common/mpfr.xml |    8 ++++++++
 BOOK/cross-tools/common/ppl.xml  |    8 ++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list