From e07596793b3ff9ac8d1ef86a8418b1fafe607097 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Fri, 2 Jul 2004 19:25:33 +0000 Subject: Upgraded to GCC 3.4.1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index d391b7aad..637314c00 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -52,8 +52,8 @@ into a single gcc-&gcc-version;/ subdirec First correct a problem and make an essential adjustment: -patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch -patch -Np1 -i ../gcc-&gcc-short-version;-specs-1.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch +patch -Np1 -i ../gcc-&gcc-version;-specs-1.patch The first patch disables the GCC fixincludes script. We mentioned this briefly earlier, but a slightly more in-depth explanation of -- cgit v1.2.3-54-g00ecf