Author: matthew
Date: Fri Mar 29 12:38:47 2013
New Revision: 10231
Log:
Remove notes about enabling LTO support; it's enabled by default by both GCC
and Binutils.
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/binutils.xml
trunk/BOOK/chapter06/gcc.xml
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Fri Mar 29 12:37:50 2013 (r10230)
+++ trunk/BOOK/chapter01/changelog.xml Fri Mar 29 12:38:47 2013 (r10231)
@@ -40,6 +40,10 @@
<para>2013-03-29</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Remove notes about enabling LTO support; both GCC
+ and Binutils enable it by default now.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Add texinfo related seds to Binutils pass1 and
pass2
as hosts may have a new enough version of Texinfo to cause
issues.</para>
Modified: trunk/BOOK/chapter06/binutils.xml
==============================================================================
--- trunk/BOOK/chapter06/binutils.xml Fri Mar 29 12:37:50 2013 (r10230)
+++ trunk/BOOK/chapter06/binutils.xml Fri Mar 29 12:38:47 2013 (r10231)
@@ -80,13 +80,6 @@
<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>
Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml Fri Mar 29 12:37:50 2013 (r10230)
+++ trunk/BOOK/chapter06/gcc.xml Fri Mar 29 12:38:47 2013 (r10231)
@@ -104,16 +104,6 @@
</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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page