mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
78deb7d46f
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2528 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
24 lines
635 B
XML
24 lines
635 B
XML
<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>
|
|
|
|
<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>
|
|
|