[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1242-g46d4942

git git at cross-lfs.org
Tue Jun 10 01:07:54 PDT 2014


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  46d494202dffc51e5fdf1a9a8367787720c63925 (commit)
       via  061a372a7a68fe0dd4ab977e776db3aca89b9034 (commit)
      from  bb00226f92fb8d555d5cd9cd3a1805b4b8c298e9 (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 46d494202dffc51e5fdf1a9a8367787720c63925
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 10 04:07:05 2014 -0400

    Added command explanation for gcc

diff --git a/BOOK/final-system/64/gcc.xml b/BOOK/final-system/64/gcc.xml
index 9ce1463..44e8f8f 100644
--- a/BOOK/final-system/64/gcc.xml
+++ b/BOOK/final-system/64/gcc.xml
@@ -59,6 +59,10 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/common/gcc.xml b/BOOK/final-system/common/gcc.xml
index a3b21c9..804c1ba 100644
--- a/BOOK/final-system/common/gcc.xml
+++ b/BOOK/final-system/common/gcc.xml
@@ -53,6 +53,20 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
     --disable-multilib --disable-libstdcxx-pch \
     --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
+    <variablelist os="i1">
+      <title>The meaning of the new configure option:</title>
+
+      <varlistentry>
+        <term><parameter>SED=sed</parameter></term>
+        <listitem>
+          <para>This prevents a hard-coded path to
+          <filename>/tools/bin/sed</filename> in the <command>fixincl</command>
+          program.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <para os="j">Compile the package:</para>
 
 <screen os="k"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/mips64/gcc.xml b/BOOK/final-system/mips64/gcc.xml
index 134b3dd..5195e41 100644
--- a/BOOK/final-system/mips64/gcc.xml
+++ b/BOOK/final-system/mips64/gcc.xml
@@ -58,6 +58,10 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib32:/lib32:/usr/lib:/lib" \
     --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
     --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/multilib/gcc.xml b/BOOK/final-system/multilib/gcc.xml
index a13567d..52d0422 100644
--- a/BOOK/final-system/multilib/gcc.xml
+++ b/BOOK/final-system/multilib/gcc.xml
@@ -58,6 +58,10 @@ LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64:/usr/lib:/lib" \
     --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
     --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/ppc/gcc.xml b/BOOK/final-system/ppc/gcc.xml
index c85c0a4..45ab249 100644
--- a/BOOK/final-system/ppc/gcc.xml
+++ b/BOOK/final-system/ppc/gcc.xml
@@ -53,6 +53,10 @@
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>
diff --git a/BOOK/final-system/ppc64/gcc.xml b/BOOK/final-system/ppc64/gcc.xml
index f633b58..6969a8a 100644
--- a/BOOK/final-system/ppc64/gcc.xml
+++ b/BOOK/final-system/ppc64/gcc.xml
@@ -53,6 +53,10 @@
     href="../multilib/gcc.xml"
     xpointer="xpointer(//*[@os='i'])"/>
 
+   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='i1'])"/>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='j'])"/>

commit 061a372a7a68fe0dd4ab977e776db3aca89b9034
Author: Chris Staub <chris at beaker67.com>
Date:   Tue Jun 10 04:06:53 2014 -0400

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 233c5aa..a498461 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "09"> <!-- Use two digits -->
+<!ENTITY day "10"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/64/gcc.xml       |    4 ++++
 BOOK/final-system/common/gcc.xml   |   14 ++++++++++++++
 BOOK/final-system/mips64/gcc.xml   |    4 ++++
 BOOK/final-system/multilib/gcc.xml |    4 ++++
 BOOK/final-system/ppc/gcc.xml      |    4 ++++
 BOOK/final-system/ppc64/gcc.xml    |    4 ++++
 BOOK/general.ent                   |    2 +-
 7 files changed, 35 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list