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/" \