Author: robert
Date: 2011-08-14 00:48:41 -0600 (Sun, 14 Aug 2011)
New Revision: 1645

Modified:
   trunk/BOOK/chapter05/binutils-pass2.xml
   trunk/BOOK/chapter06/binutils.xml
   trunk/BOOK/patches.ent
Log:
Fixed bug in Binutils pt_pax patch. Binutils can build with -Werror now

Modified: trunk/BOOK/chapter05/binutils-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/binutils-pass2.xml     2011-08-14 05:53:21 UTC (rev 
1644)
+++ trunk/BOOK/chapter05/binutils-pass2.xml     2011-08-14 06:48:41 UTC (rev 
1645)
@@ -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 --disable-werror 
--with-lib-path=/tools/lib</userinput></screen>
+   --disable-nls --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 05:53:21 UTC (rev 1644)
+++ trunk/BOOK/chapter06/binutils.xml   2011-08-14 06:48:41 UTC (rev 1645)
@@ -77,7 +77,7 @@
     <para>Prepare Binutils for compilation:</para>
 
 <screen><userinput remap="configure">../binutils-&binutils-version;/configure 
--prefix=/usr \
-    --enable-shared --disable-werror</userinput></screen>
+    --enable-shared</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2011-08-14 05:53:21 UTC (rev 1644)
+++ trunk/BOOK/patches.ent      2011-08-14 06:48:41 UTC (rev 1645)
@@ -8,7 +8,7 @@
 
 
 <!ENTITY binutils-pt_pax-patch "binutils-&binutils-version;-pt_pax-1.patch">
-<!ENTITY binutils-pt_pax-patch-md5 "5e87a88b33aa9348e28b5211f4f63cb5">
+<!ENTITY binutils-pt_pax-patch-md5 "1fb3bc9b8e2b2337354c127b1dfdf22b">
 <!ENTITY binutils-pt_pax-patch-size "12 KB">
 
 

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

Reply via email to