From 289207bab6b5f14f3fec87f7fb4e617ecfacbba5 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 Apr 2013 02:10:08 +0000 Subject: 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 --- chapter06/gcc.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in - Also fix an error in one of the check Makefiles: + Also fix an error in one of the check Makefiles and disable one test in + the g++ libmudflap test suite: -sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in +sed -i -e /autogen/d -e /check.sh/d fixincludes/Makefile.in +mv -v libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx{,.disable} The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf