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>
|
|
|
|
|
2003-05-11 03:44:11 +01:00
|
|
|
<para><screen><userinput>make -C ld install-data-local</userinput></screen></para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
2003-05-06 23:53:37 +01:00
|
|
|
<para>You can remove the binutils-* directories now.</para>
|
|
|
|
|
2003-05-10 18:20:47 +01:00
|
|
|
<para><screen><userinput>SPECFILE=/stage1/lib/gcc-lib/*/*/specs
|
|
|
|
sed -e 's@/lib/ld.so.1@/stage1/lib/ld.so.1@g' \
|
|
|
|
-e 's@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' \
|
|
|
|
$SPECFILE > XX
|
|
|
|
mv XX $SPECFILE
|
|
|
|
unset SPECFILE</userinput></screen></para>
|
2003-05-02 19:20:20 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|