diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-25 02:42:16 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-25 02:42:16 +0000 |
commit | dcca0293c2878f10f7dd8b1ed6821624533728dc (patch) | |
tree | cca30b7b53e762546edda2edd0be89c9e7d67b23 /chapter05 | |
parent | 3a788f0c7908aaf9aa115ec6e2cba3217b67fad5 (diff) |
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
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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"</userinput></screen></para> <itemizedlist> <listitem><para><userinput>LDFLAGS="-all-static"</userinput>: This tells the linker that all the Binutils programs should be linked statically. However, -strictly speaking, <userinput>"-all-static"</userinput> is first passed on to -the <emphasis>libtool</emphasis> program which then passes +strictly speaking, <userinput>"-all-static"</userinput> is first passed to the +<emphasis>libtool</emphasis> program which then passes <userinput>"-static"</userinput> on to the linker.</para></listitem> </itemizedlist> |