Author: jhuntwork
Date: 2007-03-02 16:52:06 -0700 (Fri, 02 Mar 2007)
New Revision: 7955
Modified:
trunk/BOOK/chapter06/readjusting.xml
Log:
Moved another important notice to precede the concerned command.
Modified: trunk/BOOK/chapter06/readjusting.xml
===================================================================
--- trunk/BOOK/chapter06/readjusting.xml 2007-03-02 23:24:37 UTC (rev
7954)
+++ trunk/BOOK/chapter06/readjusting.xml 2007-03-02 23:52:06 UTC (rev
7955)
@@ -34,8 +34,16 @@
<para>Next, amend the GCC specs file so that it points to the new
dynamic linker, and so that GCC knows where to find its start files.
- A <command>perl</command> command accomplishes this:</para>
+ A <command>perl</command> command accomplishes this.</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>,
+ substitute <quote>ld-linux.so.2</quote> with the name of the platform's
+ dynamic linker in the following commands. Refer to <xref
+ linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para>
+ </important>
+
<screen><userinput>gcc -dumpspecs | \
perl -p -e 's@/tools/lib/ld-linux.so.2@/lib/[EMAIL PROTECTED];' \
-e '[EMAIL PROTECTED]:[EMAIL PROTECTED]/usr/lib/ @g;' > \
@@ -44,14 +52,6 @@
<para>It is a good idea to visually inspect the specs file to verify the
intended change was actually 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>,
- substitute <quote>ld-linux.so.2</quote> with the name of the platform's
- dynamic linker in the above commands. Refer to <xref
- linkend="ch-tools-toolchaintechnotes" role=","/> if necessary.</para>
- </important>
-
<para>It is imperative at this point to ensure that the basic
functions (compiling and linking) of the adjusted toolchain are working
as expected. To do this, perform the following sanity checks:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page