blob: 81b4858ec422061ce5420485ee6bb305f92df7b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<sect2>
<title>Installation of Binutils</title>
<para>
Install Binutils by running the following commands:
</para>
<para>
<screen>
<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>
</screen>
</para>
</sect2>
|