diff options
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r-- | chapter05/binutils-pass1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index 6c7e62d98..2e2e46ba2 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -62,7 +62,7 @@ when linking statically.</para></listitem> <screen><userinput>make configure-host make LDFLAGS="-all-static"</userinput></screen> -<para>The meaning of the make options:</para> +<para>The meaning of the make parameters:</para> <itemizedlist> <listitem><para><userinput>configure-host</userinput>: This forces all the @@ -86,7 +86,7 @@ strictly speaking, <userinput>"-all-static"</userinput> is first passed to the <screen><userinput>make -C ld clean make -C ld LDFLAGS="-all-static" LIB_PATH=/tools/lib</userinput></screen> -<para>The meaning of the make options:</para> +<para>The meaning of the make parameters:</para> <itemizedlist> <listitem><para><userinput>-C ld clean</userinput>: This tells the make program |