lfs/chapter05/binutils-pass2-inst.xml
Gerard Beekmans 8727a64b3c package updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-02 20:36:04 +00:00

16 lines
413 B
XML

<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>