mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-21 11:45:07 +01:00
Removed text for editing the adjusted specs by hand
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
651719a7cf
commit
bf610ba45c
@ -36,6 +36,18 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2007-02-23</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Removed the text suggesting that you can edit
|
||||||
|
the specs file by hand in the toolchain adjustment since it's only
|
||||||
|
generated if you run the previous commands. Reported by Chris
|
||||||
|
Staub.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2007-02-20</para>
|
<para>2007-02-20</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -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>
|
> `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen>
|
||||||
|
|
||||||
<para>It is recommended that the above command be copy-and-pasted in order to
|
<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
|
ensure accuracy. Be sure to visually inspect the specs file in order to
|
||||||
done by replacing every occurrence of <quote>/lib/ld-linux.so.2</quote> with
|
verify that all occurrences of <quote>/lib/ld-linux.so.2</quote> have been
|
||||||
<quote>/tools/lib/ld-linux.so.2</quote></para>
|
replaced 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>
|
|
||||||
|
|
||||||
<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
|
||||||
|
Loading…
Reference in New Issue
Block a user