diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-29 17:38:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-06-29 17:38:30 +0000 |
commit | 35aef6bdc98a05b4f91fbdfe2a8804955bfead5e (patch) | |
tree | ffd6bbc6c0c5fa1ef79f9b7250869c42a24b3d6f /chapter05/glibc.xml | |
parent | 4e7b5fa9ee5815387832e68f78fc656ad4918dc8 (diff) |
Updates to binutils, glibc, gcc, and tcl
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a7ad06fe7..9e65d0858 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -47,6 +47,11 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> + <para>Also address a header check that fails due to an incomplete build + environment at this point:</para> + + <screen><userinput remap="pre">patch -Np1 -i ../&glibc-cpuid-patch;</userinput></screen> + <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |