mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
s/adjust/amend/, there was nothing wrong with it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
78367651da
commit
04a770254c
@ -32,7 +32,7 @@ mv -v /tools/$(gcc -dumpmachine)/bin/{ld,ld-old}
|
|||||||
mv -v /tools/bin/{ld-new,ld}
|
mv -v /tools/bin/{ld-new,ld}
|
||||||
ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen>
|
||||||
|
|
||||||
<para>Next, adjust the GCC specs file so that it points to the new
|
<para>Next, amend the GCC specs file so that it points to the new
|
||||||
dynamic linker, and so that GCC knows where to find the correct headers
|
dynamic linker, and so that GCC knows where to find the correct headers
|
||||||
and Glibc start files. A <command>sed</command> command accomplishes
|
and Glibc start files. A <command>sed</command> command accomplishes
|
||||||
this.</para>
|
this.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user