Author: matthew
Date: 2012-06-05 05:25:04 -0600 (Tue, 05 Jun 2012)
New Revision: 9878

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/binutils.xml
Log:
Remove a couple of unnecessary sed commands from Binutils instructions.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2012-06-05 11:24:24 UTC (rev 9877)
+++ trunk/BOOK/chapter01/changelog.xml  2012-06-05 11:25:04 UTC (rev 9878)
@@ -40,6 +40,11 @@
       <para>2012-06-05</para>
       <itemizedlist>
          <listitem>
+           <para>[matthew] - Remove a couple of sed commands from Binutils'
+           instructions, as the tests have been fixed upstream. Thanks to 
Waleed
+           Hamra for the report.</para>
+         </listitem>
+         <listitem>
            <para>[matthew] - Upgrade to Linux-3.4.1.  Fixes
            <ulink url="&lfs-ticket-root;3110">#3110</ulink>.</para>
          </listitem>

Modified: trunk/BOOK/chapter06/binutils.xml
===================================================================
--- trunk/BOOK/chapter06/binutils.xml   2012-06-05 11:24:24 UTC (rev 9877)
+++ trunk/BOOK/chapter06/binutils.xml   2012-06-05 11:25:04 UTC (rev 9878)
@@ -64,11 +64,6 @@
 <screen><userinput remap="pre">rm -fv etc/standards.info
 sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen>
 
-    <para>Fix a couple of the tests, which fail when using 
GCC-&gcc-version;</para>
-
-<screen><userinput remap="pre">sed -i "/exception_defines.h/d" 
ld/testsuite/ld-elf/new.cc
-sed -i "s/-fvtable-gc //" 
ld/testsuite/ld-selective/selective.exp</userinput></screen>
-
     <para>Apply a patch to prevent a build failure when using compiler 
optimizations:</para>
 
 <screen><userinput remap="pre">patch -Np1 -i 
../&binutils-build-patch;</userinput></screen>

-- 
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