mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 20:02:00 +00:00
e91d8ce656
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
25 lines
685 B
XML
25 lines
685 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/*/*/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>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|