Author: dnicholson
Date: 2007-08-07 14:12:13 -0600 (Tue, 07 Aug 2007)
New Revision: 8280

Modified:
   branches/6.3/BOOK/chapter01/changelog.xml
   branches/6.3/BOOK/chapter05/binutils-pass1.xml
   branches/6.3/BOOK/general.ent
Log:
Merge r8278 from trunk


Modified: branches/6.3/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.3/BOOK/chapter01/changelog.xml   2007-08-07 20:11:33 UTC (rev 
8279)
+++ branches/6.3/BOOK/chapter01/changelog.xml   2007-08-07 20:12:13 UTC (rev 
8280)
@@ -38,6 +38,16 @@
 
 
     <listitem>
+      <para>2007-08-07</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Added the 
<parameter>--disable-werror</parameter>
+          parameter to Binutils Pass 1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2007-08-06</para>
       <itemizedlist>
         <listitem>

Modified: branches/6.3/BOOK/chapter05/binutils-pass1.xml
===================================================================
--- branches/6.3/BOOK/chapter05/binutils-pass1.xml      2007-08-07 20:11:33 UTC 
(rev 8279)
+++ branches/6.3/BOOK/chapter05/binutils-pass1.xml      2007-08-07 20:12:13 UTC 
(rev 8280)
@@ -60,7 +60,7 @@
     <para>Now prepare Binutils for compilation:</para>
 
 <screen><userinput>CC="gcc -B/usr/bin/" 
../binutils-&binutils-version;/configure \
-    --prefix=/tools --disable-nls</userinput></screen>
+    --prefix=/tools --disable-nls --disable-werror</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -93,6 +93,14 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>--disable-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>Continue with compiling the package:</para>

Modified: branches/6.3/BOOK/general.ent
===================================================================
--- branches/6.3/BOOK/general.ent       2007-08-07 20:11:33 UTC (rev 8279)
+++ branches/6.3/BOOK/general.ent       2007-08-07 20:12:13 UTC (rev 8280)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "6.3-20070806">
-<!ENTITY releasedate "August 6, 2007">
+<!ENTITY version "6.3-20070807">
+<!ENTITY releasedate "August 7, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "6.3-branch"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to