lfs/chapter05/lockingglibc.xml
Gerard Beekmans 78deb7d46f added build notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2528 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-05-06 22:53:37 +00:00

24 lines
635 B
XML

<sect1 id="ch05-locking-glibc">
<title>"Locking in" Glibc</title>
<?dbhtml filename="lockingglibc.html" dir="chapter05"?>
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of Binutils</title>
<para><screen><userinput>make -C ld install-data-local</userinput></screen></para>
<para>You can remove the binutils-* directories now.</para>
<para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/i686-pc-linux-gnu/*/specs &&
cp ${SPECFILE} ./XX &&
sed 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' ./XX > ${SPECFILE} &&
unset SPECFILE &&
rm -f ./XX</userinput></screen></para>
</sect2>
</sect1>