diff options
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index a98f498c4..34883a596 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -66,9 +66,9 @@ problem.</para></listitem> <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 to the -<emphasis>libtool</emphasis> program which then passes -<userinput>"-static"</userinput> on to the linker.</para></listitem> +strictly speaking, <emphasis>"-all-static"</emphasis> is first passed to the +<command>libtool</command> program which then passes +<emphasis>"-static"</emphasis> on to the linker.</para></listitem> </itemizedlist> <para>Compilation is now complete. This is the point where we would normally |