From 6ae6f879f27a30da43830ec34315c968049607dc Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 30 Mar 2012 14:33:43 +0000 Subject: Apply the binutils patch in the right place in pass 2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9798 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter05/binutils-pass2.xml') diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index 5a0ea6900..0a3d2df52 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -43,15 +43,15 @@ Installation of Binutils + Apply a patch to prevent a build failure when using compiler optimizations: + +patch -Np1 -i ../&binutils-build-patch; + Create a separate build directory again: mkdir -v ../binutils-build cd ../binutils-build - Apply a patch to prevent a build failure when using compiler optimizations: - -patch -Np1 -i ../&binutils-build-patch; - Prepare Binutils for compilation: CC="$LFS_TGT-gcc -B/tools/lib/" \ -- cgit v1.2.3-54-g00ecf