aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass1.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-03 22:47:39 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-03 22:47:39 +0000
commit5763f6758eff4e014e353fca57c2064915c46544 (patch)
treee61156e65964d02bfffcbbe068f6e07c3c6bf966 /chapter05/binutils-pass1.xml
parentd27a27bee96bda9893300fa12df48f5789d2c0c3 (diff)
Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1.xml')
-rw-r--r--chapter05/binutils-pass1.xml4
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