浏览代码

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 13 年之前
父节点
当前提交
8364323174
共有 1 个文件被更改,包括 3 次插入0 次删除
  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>