aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-01-03 19:07:50 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-01-03 19:07:50 +0000
commited922742377bb241176e624497f5493479d82f83 (patch)
tree96792bc5b712bb0a44aee58b0db1313ca752fe70 /chapter06
parent7e8ba2229cf077b2151188ba7e34ca5be3b9c986 (diff)
Fix GCC's libiberty testsuite due to a conflict with Glibc's getline function.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9144 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index d61a1f8de..343939f95 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -66,6 +66,11 @@ esac</userinput></screen>
<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
+ <para>Apply a <command>sed</command> substitution to prevent a testsuite
+error:</para>
+
+<screen><userinput remap="pre">sed -i 's/getline/get_line/' libiberty/testsuite/test-demangle.c</userinput></screen>
+
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>