aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter05/binutils-exp.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter05/binutils-exp.xml b/chapter05/binutils-exp.xml
index 951371653..c0ba51bf4 100644
--- a/chapter05/binutils-exp.xml
+++ b/chapter05/binutils-exp.xml
@@ -9,6 +9,13 @@ statically.
</para>
<para>
+<userinput>--disable-nls:</userinput> This option disabled
+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>
+
+<para>
<userinput>LDFLAGS=-all-static:</userinput> Setting the variable LDFLAGS
to the value -all-static causes binutils to be linked statically.
</para>