aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2011-05-07 19:01:42 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2011-05-07 19:01:42 +0000
commit9b20914ff85e73dd6eb7d71bdc1b087c080ee914 (patch)
treeb9a730311cc2db964afe570cf1b843b4a103bab0 /chapter06
parent1949cfb06f7a8fe05d2ef3e73e0d49f223723c88 (diff)
Fix a couple of test failures in Binutils, caused by the GCC-4.6.0 upgrade. Fixes #2866.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/binutils.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index 521eb659a..c7708bd61 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -64,6 +64,11 @@ 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>The Binutils documentation recommends building Binutils outside of the
source directory in a dedicated build directory:</para>