From 25b076e9dd854dde660cc586e91a55b905a5aebc Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sun, 20 Oct 2002 19:18:08 +0000 Subject: Update command explanation now that -s has been added. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bzip2-exp.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml index 83263ccbd..08e630c15 100644 --- a/chapter05/bzip2-exp.xml +++ b/chapter05/bzip2-exp.xml @@ -1,8 +1,8 @@ Command explanations -make CC="gcc -static": This is the method -we use to tell gcc that we want bzip2 to be linked statically. +make CC="gcc -static -s": These flags instruct +instruct gcc to statically link bzip2, without compiling symbols. -- cgit v1.2.3-54-g00ecf