mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 19:32:03 +00:00
20 lines
410 B
XML
20 lines
410 B
XML
|
<sect2>
|
||
|
<title>Installation of Binutils</title>
|
||
|
|
||
|
<para>
|
||
|
Install Binutils by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<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>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|