[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1042-gd3b105f

git git at cross-lfs.org
Sat May 17 10:14:06 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, sysvinit has been updated
       via  d3b105f8266ab5e336f76ec7fe1dcd39f4a7940e (commit)
       via  35afc4764bf3bd8fe008e61e8b8db02032ced2b2 (commit)
      from  3205da56c69e9fe8c7b34fb9cd32ee567363f176 (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 d3b105f8266ab5e336f76ec7fe1dcd39f4a7940e
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat May 17 07:13:53 2014 -0500

    Add --disable-werror and command switch disecription to cross-tools binutils.

diff --git a/BOOK/cross-tools/common/binutils-32.xml b/BOOK/cross-tools/common/binutils-32.xml
index 1455c8f..eedfcef 100644
--- a/BOOK/cross-tools/common/binutils-32.xml
+++ b/BOOK/cross-tools/common/binutils-32.xml
@@ -51,7 +51,7 @@
 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
     --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
-    --disable-static --disable-multilib</userinput></screen>
+    --disable-static --disable-multilib --disable-werror</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the new configure options:</title>
@@ -116,6 +116,14 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry os="bd8">
+        <term><parameter>--disable-werror</parameter></term>
+        <listitem>
+          <para>This prevents the build from stopping in the event that there
+          are warnings from theo host's compiler.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para os="be">Compile the package:</para>
diff --git a/BOOK/cross-tools/common/binutils.xml b/BOOK/cross-tools/common/binutils.xml
index d9e62af..b09d61f 100644
--- a/BOOK/cross-tools/common/binutils.xml
+++ b/BOOK/cross-tools/common/binutils.xml
@@ -51,7 +51,7 @@
 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
     --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
-    --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
+    --disable-static --enable-64-bit-bfd --disable-multilib --disable-werror</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the new configure options:</title>
@@ -123,6 +123,13 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry os="bd9">
+        <term><parameter>--disble-werror</parameter></term>
+        <listitem>
+          <para>This prevents the build from stopping in the event that there
+          are warnings from the host's compiler.</para>
+        </listitem>
+      </varlistentry>
     </variablelist>
 
     <para os="be">Compile the package:</para>
diff --git a/BOOK/cross-tools/multilib/binutils.xml b/BOOK/cross-tools/multilib/binutils.xml
index 9a0fdf4..2a9b37e 100644
--- a/BOOK/cross-tools/multilib/binutils.xml
+++ b/BOOK/cross-tools/multilib/binutils.xml
@@ -50,7 +50,7 @@
 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
     --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
     --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
-    --disable-nls --disable-static --enable-64-bit-bfd</userinput></screen>
+    --disable-nls --disable-static --enable-64-bit-bfd --disable-werror</userinput></screen>
 
     <variablelist os="bd">
       <title>The meaning of the configure options:</title>
@@ -81,7 +81,7 @@
 
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
       href="../common/binutils.xml"
-      xpointer="xpointer(//*[@os='bd8'])"/>
+      xpointer="xpointer(//*[@os='bd9'])"/>
 
     </variablelist>
 

commit 35afc4764bf3bd8fe008e61e8b8db02032ced2b2
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat May 17 07:13:28 2014 -0500

    Add master change log entry for addition of --disable-werror to cross-tools binutils.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index c22f07f..06f7340 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>17 May 2014</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - Add --disable-werror to cross-tools
+          Bintuils instructions.</para>
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Move <command>logger</command> to
           <filename class="directory">/bin</filename> for CLFS-Bootscripts
           requirement.</para>

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

Summary of changes:
 BOOK/cross-tools/common/binutils-32.xml |   10 +++++++++-
 BOOK/cross-tools/common/binutils.xml    |    9 ++++++++-
 BOOK/cross-tools/multilib/binutils.xml  |    4 ++--
 BOOK/introduction/common/changelog.xml  |    4 ++++
 4 files changed, 23 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list