2003-05-02 19:20:20 +01:00
|
|
|
<sect1 id="ch05-locking-glibc">
|
|
|
|
<title>"Locking in" Glibc</title>
|
|
|
|
<?dbhtml filename="lockingglibc.html" dir="chapter05"?>
|
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Binutils</title>
|
|
|
|
|
|
|
|
<para><screen><userinput>make -C ld install-data-local</userinput></screen></para>
|
|
|
|
|
2003-05-06 23:53:37 +01:00
|
|
|
<para>You can remove the binutils-* directories now.</para>
|
|
|
|
|
2003-05-02 19:20:20 +01:00
|
|
|
<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>
|
|
|
|
|