diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 16:55:25 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-30 16:55:25 +0000 |
commit | b19d5f969aeddcf8a5e36511f1ce6303cb0f3329 (patch) | |
tree | 35f9cb1b98573461d6fca24837e986c66d8b1fac /chapter06/gcc-inst.xml | |
parent | cfa1ae50a68a0ed4a2d146d0cffc389bb2bcd9be (diff) |
New patch for GCC's fixincludes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 0908c05a7..e0602ccc5 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -16,7 +16,7 @@ GCC-testsuite package. The full GCC package contains even more compilers. Instructions for building these can be found at <ulink url="&blfs-root;view/cvs/general/gcc.html"/>.</para> -<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch +<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch </userinput></screen></para> <para>GCC's installation documentation recommends to build the package in a |