aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass2.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-02 22:20:47 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-02 22:20:47 +0000
commitd27a27bee96bda9893300fa12df48f5789d2c0c3 (patch)
treef666572fef02af9d87f2a1538d5128f971fd1a5e /chapter05/binutils-pass2.xml
parentdec4b0a901b3d9be9eb37bbcec3e06f6c63274ce (diff)
Rephrasing a few lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3055 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2.xml')
-rw-r--r--chapter05/binutils-pass2.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml
index adcd0c16b..3bc4ffe24 100644
--- a/chapter05/binutils-pass2.xml
+++ b/chapter05/binutils-pass2.xml
@@ -16,7 +16,7 @@ Estimated required disk space: &binutils-compsize-tools-pass2;</screen>
<screen><userinput>mkdir ../binutils-build
cd ../binutils-build</userinput></screen>
-<para>Now prepare Binutils to be compiled:</para>
+<para>Now prepare Binutils for compilation:</para>
<screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/tools/lib</userinput></screen>