aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/lockingglibc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-06 22:53:37 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-06 22:53:37 +0000
commit78deb7d46f3b4617f8520cf45cd607207114afa9 (patch)
tree2b1aa634a43deadec902fb08955f478c49a83de2 /chapter05/lockingglibc.xml
parentec47dfcf85c20339305939a4e96a6a22a0ba6924 (diff)
added build notes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2528 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/lockingglibc.xml')
-rw-r--r--chapter05/lockingglibc.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml
index 7a784515e..9b0658aff 100644
--- a/chapter05/lockingglibc.xml
+++ b/chapter05/lockingglibc.xml
@@ -9,6 +9,8 @@
<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} &&