blob: 49e751e2e636be9a79f0afef789ceb7660816cdc (
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>
<blockquote><literallayout>
<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>
</literallayout></blockquote>
</sect2>
|