lfs/chapter05/binutils-inst.xml

12 lines
369 B
XML
Raw Normal View History

<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>