diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-30 14:33:43 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-30 14:33:43 +0000 |
commit | 6ae6f879f27a30da43830ec34315c968049607dc (patch) | |
tree | d615cd370e0f44c186e9bce19bca4992e9919070 /chapter05/binutils-pass2.xml | |
parent | 4f2e7072f0bc77fdb0fc284db0dcf6739e16c9d9 (diff) |
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
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r-- | chapter05/binutils-pass2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ <sect2 role="installation"> <title>Installation of Binutils</title> + <para>Apply a patch to prevent a build failure when using compiler optimizations:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&binutils-build-patch;</userinput></screen> + <para>Create a separate build directory again:</para> <screen><userinput remap="pre">mkdir -v ../binutils-build cd ../binutils-build</userinput></screen> - <para>Apply a patch to prevent a build failure when using compiler optimizations:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&binutils-build-patch;</userinput></screen> - <para>Prepare Binutils for compilation:</para> <screen><userinput remap="configure">CC="$LFS_TGT-gcc -B/tools/lib/" \ |