gcc-exp.xml 706 B

12345678910111213141516
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>--enable-__cxa_atexit:</userinput> This option will result
  4. in C++ shared libraries and C++ programs that are interoperable with other
  5. linux distributions.</para>
  6. <para><userinput>--enable-clocale=gnu:</userinput> There is a risk that
  7. some people will build ABI incompatible C++ libraries if they didn't install
  8. all of the glibc localedata. Using --enable-clocale=gnu ensures that the
  9. "right thing" is done in all cases. If you don't wish to use this option,
  10. then at least build the <emphasis>de_DE</emphasis> locale. When GCC finds
  11. this specific locale, then the correct locale mode (<emphasis>gnu</emphasis>)
  12. is implemented.</para>
  13. </sect2>