aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-02-03 23:24:24 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-02-03 23:24:24 +0000
commite4b9338243e80e23c08eccaaf770259edbe72c5d (patch)
treee7f115ade9983172971131d41934b6e1e90959bb /chapter06/gcc-inst.xml
parent6f531d7b8c0fa937866a56c6ab729fc0f75d94e0 (diff)
fix typo's
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2416 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r--chapter06/gcc-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml
index e939e3ff5..1ec2c780f 100644
--- a/chapter06/gcc-inst.xml
+++ b/chapter06/gcc-inst.xml
@@ -30,14 +30,14 @@ cd ../gcc-build</userinput></screen></para>
<para>The meanings of the configure options are:</para>
<itemizedlist>
-<listitem><para><userinput>--enable-threads=posix:</userinput> This enables
+<listitem><para><userinput>--enable-threads=posix</userinput>: This enables
C++ exception handling for multi-threaded code.</para></listitem>
-<listitem><para><userinput>--enable-__cxa_atexit:</userinput> This option
+<listitem><para><userinput>--enable-__cxa_atexit</userinput>: This option
will result in C++ shared libraries and C++ programs that are interoperable
with other Linux distributions.</para></listitem>
-<listitem><para><userinput>--enable-clocale=gnu:</userinput> There is a risk
+<listitem><para><userinput>--enable-clocale=gnu</userinput>: There is a risk
that some people will build ABI incompatible C++ libraries if they didn't
install all of the glibc localedata. Using --enable-clocale=gnu ensures that
the "right thing" is done in all cases. If you don't wish to use this option,