aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-exp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/binutils-exp.xml')
-rw-r--r--chapter05/binutils-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-exp.xml b/chapter05/binutils-exp.xml
index 8bc95d288..2b6983510 100644
--- a/chapter05/binutils-exp.xml
+++ b/chapter05/binutils-exp.xml
@@ -11,7 +11,7 @@ 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
+<para><userinput>LDFLAGS="-all-static":</userinput> Setting the variable LDFLAGS
to the value -all-static causes binutils to be linked statically.</para>
</sect2>