mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 14:07:39 +00:00
16 lines
413 B
XML
16 lines
413 B
XML
|
<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>
|
||
|
|