Explorar o código

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
Matthew Burgess %!s(int64=13) %!d(string=hai) anos
pai
achega
8364323174
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      chapter05/glibc.xml

+ 3 - 0
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>