Author: dnicholson
Date: 2007-02-23 21:38:29 -0700 (Fri, 23 Feb 2007)
New Revision: 7932
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/adjusting.xml
Log:
Removed text for editing the adjusted specs by hand
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2007-02-22 22:45:54 UTC (rev 7931)
+++ trunk/BOOK/chapter01/changelog.xml 2007-02-24 04:38:29 UTC (rev 7932)
@@ -37,6 +37,18 @@
-->
<listitem>
+ <para>2007-02-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Removed the text suggesting that you can edit
+ the specs file by hand in the toolchain adjustment since it's only
+ generated if you run the previous commands. Reported by Chris
+ Staub.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-02-20</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/adjusting.xml
===================================================================
--- trunk/BOOK/chapter05/adjusting.xml 2007-02-22 22:45:54 UTC (rev 7931)
+++ trunk/BOOK/chapter05/adjusting.xml 2007-02-24 04:38:29 UTC (rev 7932)
@@ -39,13 +39,10 @@
> `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
<para>It is recommended that the above command be copy-and-pasted in order to
- ensure accuracy. Alternatively, the specs file can be edited by hand. This is
- done by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with
- <quote>/tools/lib/ld-linux.so.2</quote></para>
+ ensure accuracy. Be sure to visually inspect the specs file in order to
+ verify that all occurrences of <quote>/lib/ld-linux.so.2</quote> have been
+ replaced with <quote>/tools/lib/ld-linux.so.2</quote>.</para>
- <para>Be sure to visually inspect the specs file in order to verify the
- intended changes have been made.</para>
-
<important>
<para>If working on a platform where the name of the dynamic linker is
something other than <filename
class="libraryfile">ld-linux.so.2</filename>,
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page