Author: robert
Date: 2011-08-13 23:53:21 -0600 (Sat, 13 Aug 2011)
New Revision: 1644

Modified:
   trunk/BOOK/chapter05/binutils-pass2.xml
   trunk/BOOK/chapter06/binutils.xml
Log:
Use --disable-werror with Binutils

Modified: trunk/BOOK/chapter05/binutils-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml     2011-08-14 04:44:13 UTC (rev 
1643)
+++ trunk/BOOK/chapter05/binutils-pass2.xml     2011-08-14 05:53:21 UTC (rev 
1644)
@@ -57,7 +57,7 @@
 <screen><userinput remap="configure">CC="$LFS_TGT-gcc -B/tools/lib/" \
    AR=$LFS_TGT-ar RANLIB=$LFS_TGT-ranlib \
    ../binutils-&binutils-version;/configure --prefix=/tools \
-   --disable-nls --with-lib-path=/tools/lib</userinput></screen>
+   --disable-nls --disable-werror 
--with-lib-path=/tools/lib</userinput></screen>
 
     <variablelist>
       <title>The meaning of the new configure options:</title>

Modified: trunk/BOOK/chapter06/binutils.xml
===================================================================
--- trunk/BOOK/chapter06/binutils.xml   2011-08-14 04:44:13 UTC (rev 1643)
+++ trunk/BOOK/chapter06/binutils.xml   2011-08-14 05:53:21 UTC (rev 1644)
@@ -77,7 +77,7 @@
     <para>Prepare Binutils for compilation:</para>
 
 <screen><userinput remap="configure">../binutils-&binutils-version;/configure 
--prefix=/usr \
-    --enable-shared</userinput></screen>
+    --enable-shared --disable-werror</userinput></screen>
 
     <para>Compile the package:</para>
 

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

Reply via email to