diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-11-24 14:42:30 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-11-24 14:42:30 +0000 |
commit | 8fab03e244e3ca568bf8d6396d09d1e20afc97a7 (patch) | |
tree | d3ebed4e61fec108491b0c6869b8c40aefe8f76e /chapter06/binutils.xml | |
parent | 3b003e587d9dcb4c95b4c1597ab78b729e8943d3 (diff) |
Merged trunk.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10796 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> |