diff options
Diffstat (limited to 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 0098bf8df..ccc5c0690 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -38,25 +38,6 @@ cd ../gcc-build</userinput></screen></para> --enable-__cxa_atexit --enable-clocale=gnu \ --enable-languages=c,c++</userinput></screen></para> -<para>The meaning of the new configure options:</para> - -<itemizedlist> -<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 -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 -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, -then at least build the <emphasis>de_DE</emphasis> locale. When GCC finds -this specific locale, then the correct locale mode (<emphasis>gnu</emphasis>) -is implemented.</para></listitem> -</itemizedlist> - <para>Compile the package:</para> <para><screen><userinput>make</userinput></screen></para> |