From dcca0293c2878f10f7dd8b1ed6821624533728dc Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Thu, 25 Sep 2003 02:42:16 +0000 Subject: Final batch of fixes for Bug 675 - missing command descriptions. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2881 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass1-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05') diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 8b9328755..7ac9f31c3 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -52,8 +52,8 @@ make LDFLAGS="-all-static" LDFLAGS="-all-static": This tells the linker that all the Binutils programs should be linked statically. However, -strictly speaking, "-all-static" is first passed on to -the libtool program which then passes +strictly speaking, "-all-static" is first passed to the +libtool program which then passes "-static" on to the linker. -- cgit v1.2.3-54-g00ecf