mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
<para><screen> git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@760 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
18 lines
375 B
XML
18 lines
375 B
XML
<sect2>
|
|
<title>Installation of Binutils</title>
|
|
|
|
<para>
|
|
Install Binutils by running the following commands:
|
|
</para>
|
|
|
|
<para>
|
|
<screen>
|
|
<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput>
|
|
<userinput>make -e LDFLAGS=-all-static tooldir=$LFS/usr &&</userinput>
|
|
<userinput>make -e tooldir=$LFS/usr install</userinput>
|
|
</screen>
|
|
</para>
|
|
|
|
</sect2>
|
|
|