aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-05-06 05:05:01 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-05-06 05:05:01 +0000
commit641a3cd27ef5545e8d3ca9856abed4cbf7f72898 (patch)
tree655d30fdd6a9b309120dc13a724b384c48610ec1 /chapter06/gcc.xml
parent228e7b79c536a532dd77a9c79c824468aeb593c3 (diff)
Removed a sed in Chapter 6 GCC instructions that
has been fixed in GCC-4.5.0. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9267 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 588a66ad8..4e8f51574 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -66,11 +66,6 @@ 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>