blob: 592c352680f3c8911a362ca70066625dcffd5644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<sect2><title> </title><para> </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 \
--enable-shared --with-lib-path=/stage1/lib
make LDFLAGS="-s"
make -k check
make install</userinput></screen></para>
</sect2>
|