aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/binutils.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-03-29 19:38:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-03-29 19:38:47 +0000
commita55875eeb92e85303f2aff023928aab700f521d3 (patch)
tree9be809a8f1a89b46110018f1f000d391c1c9d502 /chapter06/binutils.xml
parentf93ffe4b796b5bcf9f00ea918e5177db2e99027a (diff)
Remove notes about enabling LTO support; it's enabled by default by both GCC and Binutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils.xml')
-rw-r--r--chapter06/binutils.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index e7194d81c..65f72a8f3 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -80,13 +80,6 @@ cd ../binutils-build</userinput></screen>
<screen><userinput remap="configure">../binutils-&binutils-version;/configure --prefix=/usr --enable-shared</userinput></screen>
- <note><para>There is an optional argument to <command>configure</command>,
- <option>--enable-lto</option>, that can be used to allow the
- <command>ar</command>, <command>nm</command>, and <command>ranlib</command>
- commands to accept a <option>--plugin</option> parameter. This is used to
- allow <command>gcc</command> to do "link time optimization" if specified.
- No packages in LFS or BLFS currently use this capability.</para></note>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make tooldir=/usr</userinput></screen>