mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fixed typo in binutils pass2
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7310 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
942465e12e
commit
79f742006f
@ -80,6 +80,8 @@ cd ../binutils-build</userinput></screen>
|
|||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
<screen><userinput>make install</userinput></screen>
|
||||||
|
|
||||||
<para>Now prepare the linker for the <quote>Re-adjusting</quote> phase in
|
<para>Now prepare the linker for the <quote>Re-adjusting</quote> phase in
|
||||||
the next chapter:</para>
|
the next chapter:</para>
|
||||||
|
|
||||||
@ -87,7 +89,6 @@ cd ../binutils-build</userinput></screen>
|
|||||||
make -C ld LDFLAGS="-s" LIB_PATH=/usr/lib:/lib
|
make -C ld LDFLAGS="-s" LIB_PATH=/usr/lib:/lib
|
||||||
cp -v ld/ld-new /tools/bin</userinput></screen>
|
cp -v ld/ld-new /tools/bin</userinput></screen>
|
||||||
|
|
||||||
<screen><userinput>make install</userinput></screen>
|
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user