lfs/chapter05/binutils-inst.xml
2001-07-06 15:25:48 +00:00

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 &amp;&amp;</userinput>
<userinput>make -e LDFLAGS=-all-static tooldir=$LFS/usr &amp;&amp;</userinput>
<userinput>make -e tooldir=$LFS/usr install</userinput>
</screen>
</para>
</sect2>