aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-01 21:30:12 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-01 21:30:12 +0000
commita9939e0df5c45d6b52582cbb53e23ee3934204f7 (patch)
treecc495404884a51ab0107074d96ac290896bc1a90 /chapter06
parent377c02d4375702cf164e5a9eed0d5bc72111b381 (diff)
Adding reminder to unpack Linuxthreads.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/glibc-inst.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index 034327bd1..da3431883 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -9,7 +9,12 @@ pointing at <filename>/stage1</filename>. We cannot adjust the specs and
ldscripts before the Glibc install, because the Glibc autoconf tests would then
give bogus results and thus defeat our goal of achieving a clean build.</para>
-<para>Apply the same patch as we used previously:</para>
+<para>Before starting to build Glibc, remember to unpack the Glibc-linuxthreads
+again inside the <filename>glibc-&glibc-version;</filename> directory, and to
+unset any environment variables that override the default optimization
+flags.</para>
+
+<para>Then apply the same patch we used previously:</para>
<para><screen><userinput>patch -Np1 -i ../glibc-2.3.2-sscanf-1.patch
</userinput></screen></para>