diff options
Diffstat (limited to 'chapter05/binutils-inst.xml')
-rw-r--r-- | chapter05/binutils-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index c817da314..230ec7b6b 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -22,7 +22,7 @@ cd ../binutils-build</userinput></screen></para> <para>The meaning of the (new) configure switches are:</para> <itemizedlist> -<listitem><para><userinput>--disable-nls:</userinput> This option disables +<listitem><para><userinput>--disable-nls</userinput>: This option disables internationalization (also known as i18n). We don't need this for our static programs and nls often causes problems when you're linking statically.</para></listitem> @@ -35,7 +35,7 @@ statically.</para></listitem> <para>The meaning of the make option is:</para> <itemizedlist> -<listitem><para><userinput>make LDFLAGS="-all-static":</userinput> This is +<listitem><para><userinput>LDFLAGS="-all-static"</userinput>: This is how we tell Binutils that all programs should be statically linked. Setting the <emphasis>LDFLAGS</emphasis> variable is the common way of specifying we want a static link to take place, however, its value and the way it is set |