aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-31 10:50:05 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-08-31 10:50:05 +0000
commit087e584f625ded123c5e6bc17d5c2ff1f5a8009c (patch)
tree723740f025b199d937567f0b98aadd807705a4d8 /chapter05/gcc-pass1-inst.xml
parent73eac28cb38d307b6a7414fb8ddb5df77f30205d (diff)
Small retouches of the text. Wrapping 'last checked' in parentheses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1-inst.xml')
-rw-r--r--chapter05/gcc-pass1-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml
index 737cfba96..37cf4836e 100644
--- a/chapter05/gcc-pass1-inst.xml
+++ b/chapter05/gcc-pass1-inst.xml
@@ -25,7 +25,7 @@ cd ../gcc-build</userinput></screen></para>
&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --enable-shared \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-languages=c</userinput></screen></para>
-<para>The meaning of the new configure options is:</para>
+<para>The meaning of the new configure options:</para>
<itemizedlist>
<listitem><para><userinput>--with-local-prefix=/stage1</userinput>: The
@@ -52,7 +52,7 @@ have downloaded and unpacked the full GCC tarball.</para></listitem>
<para><screen><userinput>make BOOT_LDFLAGS="-static" bootstrap</userinput></screen></para>
-<para>The meaning of the make parameters is:</para>
+<para>The meaning of the make parameters:</para>
<itemizedlist>
<listitem><para><userinput>BOOT_LDFLAGS="-static"</userinput>: This tells