mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Fixed a couple of typos (Randy McMurchy)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3787 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3966ace90d
commit
9c5c7c9a84
@ -32,7 +32,7 @@ it's not a major problem. The situation is corrected when the second pass of
|
||||
Binutils is installed later on.</para></note>
|
||||
|
||||
<para>Now that the adjusted linker is installed, the Binutils build and source
|
||||
direcotries should be <emphasis>removed</emphasis>.</para>
|
||||
directories should be <emphasis>removed</emphasis>.</para>
|
||||
|
||||
<para>The next task is to amend our GCC specs file so that it points
|
||||
to the new dynamic linker. A simple sed script will accomplish this:</para>
|
||||
@ -47,7 +47,7 @@ unset SPECFILE</userinput></screen>
|
||||
|
||||
<para>It is recommended that the above command be cut-and-pasted in order to ensure correctness - Alternatively the specs file can be edited by hand. This is done simply by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> 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 mande.</para>
|
||||
<para> Be sure to visually inspect the specs file in order to verify the intended changes have been made.</para>
|
||||
|
||||
<important><para>If you are working on a platform where the name of the dynamic
|
||||
linker is something other than <filename>ld-linux.so.2</filename>, you
|
||||
|
Loading…
Reference in New Issue
Block a user