blob: f8ea0860a70352353f21113dd7b000fd36abaf53 (
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=/usr --enable-shared &&</userinput>
<userinput>make -e tooldir=/usr &&</userinput>
<userinput>make -e tooldir=/usr install &&</userinput>
<userinput>make -e tooldir=/usr install-info</userinput>
</screen>
</para>
</sect2>
|