diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-12-14 22:39:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-12-14 22:39:53 +0000 |
commit | 3ab0c462e59263d1c5e10d920d9838e72fb9eb4b (patch) | |
tree | 210a9f280ac92e5699dda301235279d22b5dc1b1 /chapter05 | |
parent | 27b291a919f9a0e917551df63301c8231fc9b3da (diff) |
Upgrade to Glibc-2.12.2. Fixes #2804.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index f9481cf73..a7ad06fe7 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -45,12 +45,7 @@ <para>Fix a bug that prevents Glibc from building with GCC-&gcc-version;:</para> -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> - - <para>Fix a bug that prevents Glibc from building with versions of Make - newer than 3.81.</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&glibc-makefile_fix-patch;</userinput></screen> + <screen><userinput remap="pre">patch -Np1 -i ../&glibc-gcc_fix-patch;</userinput></screen> <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> |