diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-27 21:19:24 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-03-27 21:19:24 +0000 |
commit | 83643231741b0b04f318afb181718b6d045764d7 (patch) | |
tree | 354b7809b34bfaa4465c023be20c85efc99a0804 /chapter05 | |
parent | 6f227bc82c2bf70495240925bb81002f888a131e (diff) |
Apply Glibc's GCC fix to chapter 5 as well.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 1a95b0935..18670c38b 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -55,6 +55,9 @@ <para>The Glibc documentation recommends building Glibc outside of the source directory in a dedicated build directory:</para> + <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> + <screen><userinput remap="pre">mkdir -v ../glibc-build cd ../glibc-build</userinput></screen> |