From 973b4f48ede4d1ec06cb59c70e53207a35465c81 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 21 Jun 2001 00:34:07 +0000 Subject: Added --disable-shared to avoid the creation of libgcc_s.so* files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@688 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-inst.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapter05/gcc-inst.xml') diff --git a/chapter05/gcc-inst.xml b/chapter05/gcc-inst.xml index 5ff7c5473..3c76b821f 100644 --- a/chapter05/gcc-inst.xml +++ b/chapter05/gcc-inst.xml @@ -10,7 +10,9 @@ Install GCC by running the following commands: cd $LFS/usr/src/gcc-build && ../gcc-&gcc-version;/configure --prefix=/usr \    --enable-languages=c,c++ --disable-nls - && + \ +    --disable-shared + && make -e LDFLAGS=-static bootstrap && make prefix=$LFS/usr install && cd $LFS/lib && -- cgit v1.2.3-54-g00ecf