diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 20:08:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-07 20:08:04 +0000 |
commit | ac21379d33968ab3f44eb17e764b27b1f051d1a0 (patch) | |
tree | 4dc8ce5c1daa0623dd4a7283017f6b7ac54b5c45 /chapter05/gcc-pass2-inst.xml | |
parent | a245348ddb7daf83054cc883fa53c017914f127b (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.xml | 4 |
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> |