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
This commit is contained in:
Matthew Burgess 2012-03-27 21:19:24 +00:00
parent 6f227bc82c
commit 8364323174

View File

@ -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>