[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1073-g0d90041

git git at cross-lfs.org
Sat May 17 10:19:17 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  0d90041dc8a599915f570c09fd6ad372591f82b2 (commit)
       via  48659cb154758c2e6b875d8863cbbb1a9f63bee9 (commit)
       via  72ef3735e171d756975832ab8121a4d4a1524f53 (commit)
      from  38573869658706122762bf5a9b9b3b87c077da5b (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 0d90041dc8a599915f570c09fd6ad372591f82b2
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat May 17 07:18:15 2014 -0500

    Add --disable-werror and description of configure option for 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 48659cb154758c2e6b875d8863cbbb1a9f63bee9
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat May 17 07:17:52 2014 -0500

    Add master change log entry for --disable-werror configure option for cross-tools binutils.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 0954a78..37a9bd0 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>17 May 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --disable-werror for cross-tools Binutils.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>11 May 2014</para>
       <itemizedlist>
         <listitem>

commit 72ef3735e171d756975832ab8121a4d4a1524f53
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sat May 17 07:17:32 2014 -0500

    Update date for May 17, 2014

diff --git a/BOOK/general.ent b/BOOK/general.ent
index ed5df88..0b83d4f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "05"> <!-- Use two digits -->
 <!ENTITY month_name "May">
-<!ENTITY day "14"> <!-- Use two digits -->
+<!ENTITY day "17"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

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/general.ent                        |    2 +-
 BOOK/introduction/common/changelog.xml  |    9 +++++++++
 5 files changed, 29 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list