aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-04-02 02:10:08 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-04-02 02:10:08 +0000
commit289207bab6b5f14f3fec87f7fb4e617ecfacbba5 (patch)
treee27423131c3031248f491b28910d372af71f70c7 /chapter06
parent2aa3c1c408973d9749549c3bfb13bcd71cf54f3d (diff)
I hesitate to make a commit today, but the changes are ready.
Upgrade to Linux-3.8.5 Upgrade to Systemd-200 Expand tcl space for regular expressions needed for some tests Disable a g++ libmudflap test that always fails git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10237 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/gcc.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 1f844f1a0..22684f04f 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -56,9 +56,11 @@ esac</userinput></screen>
<screen><userinput remap="pre">sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in</userinput></screen>
- <para>Also fix an error in one of the check Makefiles:</para>
+ <para>Also fix an error in one of the check Makefiles and disable one test in
+ the g++ libmudflap test suite:</para>
-<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in</userinput></screen>
+<screen><userinput remap="pre">sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in
+mv -v libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable}</userinput></screen>
<para>The GCC documentation recommends building GCC outside of the source
directory in a dedicated build directory:</para>