aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass2-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-07 20:08:04 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-07 20:08:04 +0000
commitac21379d33968ab3f44eb17e764b27b1f051d1a0 (patch)
tree4dc8ce5c1daa0623dd4a7283017f6b7ac54b5c45 /chapter05/gcc-pass2-inst.xml
parenta245348ddb7daf83054cc883fa53c017914f127b (diff)
patch filename fix (fixedincludes->fixincludes)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass2-inst.xml')
-rw-r--r--chapter05/gcc-pass2-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index a4d2888e7..57f775303 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -3,9 +3,9 @@
<sect2>
<title>Installation of GCC</title>
-<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs.patch
+<para><screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch
patch -Np1 -i ../gcc-&gcc-version;-mmap_test.patch
-patch -Np1 -i ../gcc-&gcc-version;-no_fixedincludes.patch
+patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch
patch -Np1 -i ../gcc-&gcc-version;-libstdc++_no_debug.patch
patch -Np1 -i ../gcc-&gcc-version;-libgcc_no_debug.patch </userinput></screen></para>