[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-278-gce56d9d

git git at cross-lfs.org
Thu Aug 15 12:47:21 PDT 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  ce56d9deedfa6cceff520a1ef2e5a32dd60a8fd0 (commit)
       via  8a07c9b3cf82bb60ec424dce2e5d66c9a2f3ea1e (commit)
      from  2aae4a3b86953e3d46b3f48ec126aa16e41dc6ff (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 ce56d9deedfa6cceff520a1ef2e5a32dd60a8fd0
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 15 14:47:16 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index ff9fedc..4ce15af 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 "14"> <!-- Use two digits -->
+<!ENTITY day "15"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
@@ -19,6 +19,7 @@
 <!ENTITY version-x86_64-64 "&version;-x86_64-Pure64">
 <!ENTITY version-ppc "&version;-PowerPC">
 <!ENTITY version-ppc64 "&version;-PowerPC64-Multilib">
+<!ENTITY version-ppc64-64 "&version;-PowerPC64-Pure64">
 <!ENTITY version-sparc "&version;-Sparc">
 <!ENTITY version-sparcv8 "&version;-Sparc_v8">
 <!ENTITY version-sparc64 "&version;-Sparc64-Multilib">

commit 8a07c9b3cf82bb60ec424dce2e5d66c9a2f3ea1e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Aug 15 14:47:06 2013 -0500

    Remove unneeded --with-gmp option for common gmp.

diff --git a/BOOK/temp-system/common/mpfr.xml b/BOOK/temp-system/common/mpfr.xml
index 1ee92cc..588531d 100644
--- a/BOOK/temp-system/common/mpfr.xml
+++ b/BOOK/temp-system/common/mpfr.xml
@@ -26,7 +26,7 @@
 
 <screen os="b"><userinput>./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --enable-shared --with-gmp=/tools</userinput></screen>
+    --enable-shared</userinput></screen>
 
     <para os="c">Compile the package:</para>
 

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

Summary of changes:
 BOOK/general.ent                 |    3 ++-
 BOOK/temp-system/common/mpfr.xml |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list