Remove a couple of unnecessary sed commands from Binutils instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-06-05 11:25:04 +00:00
parent 933ef25cca
commit 9d5dd7c69d
2 changed files with 5 additions and 5 deletions

View File

@ -39,6 +39,11 @@
<listitem> <listitem>
<para>2012-06-05</para> <para>2012-06-05</para>
<itemizedlist> <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> <listitem>
<para>[matthew] - Upgrade to Linux-3.4.1. Fixes <para>[matthew] - Upgrade to Linux-3.4.1. Fixes
<ulink url="&lfs-ticket-root;3110">#3110</ulink>.</para> <ulink url="&lfs-ticket-root;3110">#3110</ulink>.</para>

View File

@ -64,11 +64,6 @@ Ask your system administrator to create more.</computeroutput></screen>
<screen><userinput remap="pre">rm -fv etc/standards.info <screen><userinput remap="pre">rm -fv etc/standards.info
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> 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> <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> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-build-patch;</userinput></screen>