[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 10d3d46302e9e0f8dad80695264c5a57a28cca0b

git git at cross-lfs.org
Wed Aug 29 09:52:17 PDT 2012


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  10d3d46302e9e0f8dad80695264c5a57a28cca0b (commit)
      from  9d47629bf1b0b40c6437caeef3738428dea97005 (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 10d3d46302e9e0f8dad80695264c5a57a28cca0b
Author: William Harrington <kb0iic at gmail.com>
Date:   Wed Aug 29 11:52:12 2012 -0500

    Edit cross-tools PPL configuration line to use --with-gmp=/cross-tools .

diff --git a/BOOK/cross-tools/common/ppl.xml b/BOOK/cross-tools/common/ppl.xml
index ccb430a..f171c91 100644
--- a/BOOK/cross-tools/common/ppl.xml
+++ b/BOOK/cross-tools/common/ppl.xml
@@ -28,8 +28,7 @@
     LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     ./configure --prefix=/cross-tools --enable-shared \
     --enable-interfaces="c,cxx" --disable-optimization \
-    --with-gmp-include=/cross-tools/include \
-    --with-gmp-lib=/cross-tools/lib</userinput></screen>
+    --with-gmp=/cross-tools</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/general.ent b/BOOK/general.ent
index e5e1e54..d185f6b 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "28"> <!-- Use two digits -->
+<!ENTITY day "29"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 85144d7..2c659b4 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -35,7 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
-     <listitem>
+      <listitem>
+      <para>August 29, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Edit cross-tools PPL configuration line.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 28, 2012</para>
       <itemizedlist>
         <listitem>
@@ -102,7 +111,7 @@
            <para>[William Harrington] - Remove glib package from book.</para>
         </listitem>
         <listitem>
-           <para>[William Harrington] - Update ppl version to 0.12.1.</para>
+           <para>[William Harrington] - Update PPL version to 0.12.1.</para>
         </listitem>
         <listitem>
            <para>[William Harrington] - Update psmisc version to 22.19.</para>
@@ -120,7 +129,7 @@
            <para>[William Harrington] - Updatea xz version to 5.0.4.</para>
         </listitem>
         <listitem>
-           <para>[William Harrington] - Edit ppl configuration command line.</para>
+           <para>[William Harrington] - Edit PPL configuration command line.</para>
         </listitem>
         <listitem>
            <para>[William Harrington] - Remove flex gcc44 patch.</para>
@@ -144,7 +153,7 @@
            <para>[William Harrington] - Update udev configuration command line for proper installation.</para>
         </listitem>
         <listitem>
-           <para>[William Harrington] - Update cross and temp ppl to detect and use the proper gmp for sure.</para>
+           <para>[William Harrington] - Update cross and temp PPL to detect and use the proper gmp for sure.</para>
         </listitem>
         <listitem>
            <para>[William Harrington] - Add note for iana-etc install.</para>

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

Summary of changes:
 BOOK/cross-tools/common/ppl.xml        |    3 +--
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   17 +++++++++++++----
 3 files changed, 15 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list