From ab46b4e6a8619913903ffd85af84ffaf4e367590 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sun, 29 Sep 2002 00:07:32 +0000 Subject: added man patch to replace sed, and added gcc-3.2-nofixincludes.patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2142 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-inst.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'chapter05/gcc-inst.xml') diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index 63565f160..36662b95d 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -15,6 +15,7 @@ been warned. Install GCC by running the following commands: patch -Np1 -i ../gcc-&gcc-patch-version;.patch && +patch -Np1 -i ../gcc-&gcc-version;-nofixincludes.patch && mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/static --enable-languages=c \ -- cgit v1.2.3-54-g00ecf