aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-inst.xml
blob: 982b2da786541ed2573aa3aa24b65ec1bef5f0d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>