mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-08 07:14:17 +00:00
17 lines
373 B
XML
17 lines
373 B
XML
|
<sect2><title>Installation of Binutils</title>
|
||
|
|
||
|
<para>
|
||
|
Install Binutils by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
|
||
|
<userinput>./configure --prefix=/usr --enable-shared &&</userinput>
|
||
|
<userinput>make -e tooldir=/usr &&</userinput>
|
||
|
<userinput>make -e tooldir=/usr install</userinput>
|
||
|
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|