From 595a9e2551de475c01b8e50e9df4186702144862 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 9 Aug 2001 00:44:58 +0000 Subject: Removed --slibdir (gcc-3 left over) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06/gcc-inst.xml') diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index ab78f36d3..e76d3ee8b 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -15,8 +15,8 @@ who actively work on LFS. mkdir ../gcc-build && cd ../gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr \ -   --with-slibdir=/lib --enable-shared \ -   --enable-languages=c,c++ && +   --enable-shared + --enable-languages=c,c++ && make bootstrap && make install -- cgit v1.2.3-54-g00ecf