[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-671-gfab8698

git git at cross-lfs.org
Wed Apr 9 01:57:47 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, systemd has been updated
       via  fab8698263b3c7ce41bf50b9b8e881ec4d385eae (commit)
       via  28509d8b6a583007d8e8281de445d343445b7adc (commit)
      from  e93718e8631bf73a726756b340b51e86ce7babd3 (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 fab8698263b3c7ce41bf50b9b8e881ec4d385eae
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Apr 9 04:57:42 2014 -0400

    Grammar fix

diff --git a/BOOK/cross-tools/common/file.xml b/BOOK/cross-tools/common/file.xml
index 2d41538..8700d35 100644
--- a/BOOK/cross-tools/common/file.xml
+++ b/BOOK/cross-tools/common/file.xml
@@ -27,7 +27,7 @@
 <screen><userinput>./configure --prefix=/cross-tools --disable-static</userinput></screen>
 
     <variablelist>
-      <title>The meaning of the configure options:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry>
         <term><parameter>--disable-static</parameter></term>

commit 28509d8b6a583007d8e8281de445d343445b7adc
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Apr 9 04:52:10 2014 -0400

    Addition to command explanations for GCC

diff --git a/BOOK/cross-tools/common/gcc-final.xml b/BOOK/cross-tools/common/gcc-final.xml
index 41f0f8f..c9b9d72 100644
--- a/BOOK/cross-tools/common/gcc-final.xml
+++ b/BOOK/cross-tools/common/gcc-final.xml
@@ -112,6 +112,15 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry os="bg6">
+        <term><parameter>--enable-libstdcxx-time</parameter></term>
+        <listitem>
+          <para>This enables link-time checks for the availability of
+          clock_gettime clocks, and nanosleep and sched_yield functions, in the
+          C library.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para os="bh">Continue with compiling the package:</para>
diff --git a/BOOK/cross-tools/mips/gcc-final.xml b/BOOK/cross-tools/mips/gcc-final.xml
index 37533d8..caf5e44 100644
--- a/BOOK/cross-tools/mips/gcc-final.xml
+++ b/BOOK/cross-tools/mips/gcc-final.xml
@@ -86,6 +86,10 @@
       href="../common/gcc-final.xml"
       xpointer="xpointer(//*[@os='bg5'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/gcc-final.xml"
+      xpointer="xpointer(//*[@os='bg6'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/cross-tools/mips64-64/gcc-final.xml b/BOOK/cross-tools/mips64-64/gcc-final.xml
index 49d9c28..8b6b6a9 100644
--- a/BOOK/cross-tools/mips64-64/gcc-final.xml
+++ b/BOOK/cross-tools/mips64-64/gcc-final.xml
@@ -100,6 +100,10 @@
       href="../common/gcc-final.xml"
       xpointer="xpointer(//*[@os='bg5'])"/>
 
+      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+      href="../common/gcc-final.xml"
+      xpointer="xpointer(//*[@os='bg6'])"/>
+
     </variablelist>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

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

Summary of changes:
 BOOK/cross-tools/common/file.xml         |    2 +-
 BOOK/cross-tools/common/gcc-final.xml    |    9 +++++++++
 BOOK/cross-tools/mips/gcc-final.xml      |    4 ++++
 BOOK/cross-tools/mips64-64/gcc-final.xml |    4 ++++
 4 files changed, 18 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list