|
@@ -19,7 +19,7 @@
|
|
to be renamed so that it can be properly found and used. First, backup the
|
|
to be renamed so that it can be properly found and used. First, backup the
|
|
original linker, then replace it with the adjusted linker. We'll also
|
|
original linker, then replace it with the adjusted linker. We'll also
|
|
create a link to its counterpart in <filename class="directory">
|
|
create a link to its counterpart in <filename class="directory">
|
|
- /tools/$(gcc -dumpmachine)/bin</filename></para>
|
|
|
|
|
|
+ /tools/$(gcc -dumpmachine)/bin</filename>:</para>
|
|
|
|
|
|
<screen><userinput>mv -v /tools/bin/{ld,ld-old}
|
|
<screen><userinput>mv -v /tools/bin/{ld,ld-old}
|
|
mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
|
|
mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
|
|
@@ -37,7 +37,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
|
<para>For the sake of accuracy, it is recommended to use a copy-and-paste
|
|
<para>For the sake of accuracy, it is recommended to use a copy-and-paste
|
|
method when issuing the following command. Be sure to visually inspect the
|
|
method when issuing the following command. Be sure to visually inspect the
|
|
specs file and verify that all occurrences of <quote>/lib/ld-linux.so.2</quote>
|
|
specs file and 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>
|
|
|
|
|
|
+ have been replaced with <quote>/tools/lib/ld-linux.so.2</quote>:</para>
|
|
|
|
|
|
<important>
|
|
<important>
|
|
<para>If working on a platform where the name of the dynamic linker is
|
|
<para>If working on a platform where the name of the dynamic linker is
|