diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 20:48:22 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 20:48:22 +0000 |
commit | aa7aa252f295572ca3b1f3f70b712f454576f541 (patch) | |
tree | 4d65d3cc380c9684443a521eba982e187f1322dd | |
parent | 01060f3fe0a9897f46cf607925c86be6c341e990 (diff) |
patch filename fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2495 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index 605f7ee6a..b09b0b738 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -13,7 +13,7 @@ default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting or modifying them when building GCC.</para> <para><screen><userinput>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> |