diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 6 |
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, |