From 530aea32ced32c4e007b9066e76cc273cd9f4ed2 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 15 Sep 2014 17:57:02 +0000 Subject: Minor text change git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10752 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'chapter06') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index bc9810109..eed5238a5 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -46,21 +46,11 @@ sed -i 's/if \((code.*))\)/if (\1 \&\& \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c - First fix a problem identified upstream that causes some + Now fix a problem identified upstream that causes some programs to fail: patch -Np1 -i ../&gcc-upstream-patch; - The GCC documentation recommends building GCC outside of the source directory in a dedicated build directory: -- cgit v1.2.3-54-g00ecf