aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass2-inst.xml
blob: 40e2fc8949f075c106a0575c4551605bf2a5e6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Binutils</title>

<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;.lib-path.patch
CFLAGS="-O2 -pipe" ../binutils-2.13.2.1/configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/stage1/lib
make LDFLAGS="-s"
make -k check
make install</userinput></screen></para>


</sect2>