diff options
Diffstat (limited to 'chapter05/binutils-pass1-inst.xml')
-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> |