From adb10b0efdd3f705ab7db73171048bfdff7f7d28 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 25 Apr 2014 07:02:33 +0000 Subject: Remove unneeded instructions from gcc git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 063e0146a..f80eb084c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -49,18 +49,6 @@ case `uname -m` in i?86) sed -i 's/^T_CFLAGS =$/& -fomit-frame-pointer/' gcc/Makefile.in ;; esac - - 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 -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