Author: matthew
Date: 2012-03-27 15:19:24 -0600 (Tue, 27 Mar 2012)
New Revision: 9792

Modified:
   trunk/BOOK/chapter05/glibc.xml
Log:
Apply Glibc's GCC fix to chapter 5 as well.

Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml      2012-03-27 20:10:11 UTC (rev 9791)
+++ trunk/BOOK/chapter05/glibc.xml      2012-03-27 21:19:24 UTC (rev 9792)
@@ -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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to