aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2012-06-05 11:25:04 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2012-06-05 11:25:04 +0000
commit9d5dd7c69deb8e3686969181e50eae67b28145ea (patch)
tree1423ca50fd50dc1bc1018072f2b6a284e3c21ef7 /chapter06
parent933ef25cca6b4cfe2e2c57894345472a520ccc65 (diff)
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
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 0b044b108..28144969d 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -64,11 +64,6 @@ Ask your system administrator to create more.</computeroutput></screen>
<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>