diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-12 06:17:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-11-12 06:17:15 +0000 |
commit | a727e738a34e1de40f2e6f7ee93a66e77ba11ecb (patch) | |
tree | d1931811f965c840009c22c77be3c40bf094c5bc /chapter06/binutils.xml | |
parent | d9ddcb3bc4443b07487318c991cca962342cdc9e (diff) |
Update to bash-4.3.30.
Update to man-db-2.7.1.
Add binutils-2.24-multiple_plugins-1.patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10793 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r-- | chapter06/binutils.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index 4d99cefcb..c98d56c1e 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -73,6 +73,10 @@ sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-testsuite-patch;</userinput></screen> + <para>Enable binutils to recognize multiple plugins:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&binutils-multiple-plugins-patch;</userinput></screen> + <para>The Binutils documentation recommends building Binutils outside of the source directory in a dedicated build directory:</para> |