|
@@ -39,12 +39,9 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
|
|
> `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>
|
|
|
-
|
|
|
- <para>Be sure to visually inspect the specs file in order to verify the
|
|
|
- intended changes have been made.</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>
|
|
|
|
|
|
<important>
|
|
|
<para>If working on a platform where the name of the dynamic linker is
|