aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index 011692cc0..1f844f1a0 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -104,16 +104,6 @@ cd ../gcc-build</userinput></screen>
</varlistentry>
</variablelist>
- <note>
- <para>There is an optional argument to <command>configure</command>,
- <option>--enable-lto</option>, that can be used to allow
- <command>gcc</command> to do do "link time optimization" if specified. No
- packages in LFS or BLFS currently use this capability.</para>
-
- <para>To use this feature, it must also be enabled in
- <application>binutils</application>.</para>
- </note>
-
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>