|
@@ -32,9 +32,10 @@ mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
|
|
|
mv -v /tools/bin/{ld-new,ld}
|
|
|
ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
|
|
|
|
|
- <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>
|
|
|
+ <para>Next, adjust the GCC specs file so that it points to the new
|
|
|
+ dynamic linker, and so that GCC knows where to find the correct headers
|
|
|
+ and Glibc start files. A <command>sed</command> command accomplishes
|
|
|
+ this.</para>
|
|
|
|
|
|
<important>
|
|
|
<para>If working on a platform where the name of the dynamic linker is
|