| 1234567891011121314151617181920212223 | <sect2><title> </title><para> </para></sect2><sect2><title>Installation of Binutils</title><para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-lib-path.patchmkdir ../binutils-buildcd ../binutils-buildCFLAGS="-O2 -pipe" ../binutils-&binutils-version;/configure --prefix=/stage1 \    --enable-shared --with-lib-path=/stage1/libmake LDFLAGS="-s"make checkmake install</userinput></screen></para><para><screen><userinput>cd ldmake cleanmake LIB_PATH=/usr/lib:/lib</userinput></screen></para><para>Do not remove the binutils-* directories after the installation.We'll need this directory again in chapter 6 as-is.</para></sect2>
 |