-
- Downloads
contribute.html: Add bits about getting to the LWG issues pages.
2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com> * docs/17_intro/contribute.html: Add bits about getting to the LWG issues pages. * docs/documentation.html: Rename link to make more accurate and scary. * docs/gccrebuild.html: Edit for clarity as these are no longer separate projects. * docs/install.html: Add bits about binutils for -ffunction-sections, -fdata-sections, -Wl,--gc-sections * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to USE_COMPLEX_LONG_DOUBLE. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. Works around irregularies in powerpc "C" compiler, but a good idea anyway. * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT): New. Merge both old compiler bug checks for complex into this. From-SVN: r34601
Showing
- libstdc++-v3/ChangeLog 21 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/Makefile.in 1 addition, 1 deletionlibstdc++-v3/Makefile.in
- libstdc++-v3/acinclude.m4 93 additions, 86 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/aclocal.m4 93 additions, 86 deletionslibstdc++-v3/aclocal.m4
- libstdc++-v3/configure 543 additions, 515 deletionslibstdc++-v3/configure
- libstdc++-v3/configure.in 2 additions, 2 deletionslibstdc++-v3/configure.in
- libstdc++-v3/docs/17_intro/contribute.html 7 additions, 1 deletionlibstdc++-v3/docs/17_intro/contribute.html
- libstdc++-v3/docs/documentation.html 1 addition, 1 deletionlibstdc++-v3/docs/documentation.html
- libstdc++-v3/docs/gccrebuild.html 20 additions, 16 deletionslibstdc++-v3/docs/gccrebuild.html
- libstdc++-v3/docs/install.html 12 additions, 2 deletionslibstdc++-v3/docs/install.html
- libstdc++-v3/libio/Makefile.in 1 addition, 1 deletionlibstdc++-v3/libio/Makefile.in
- libstdc++-v3/math/Makefile.am 1 addition, 1 deletionlibstdc++-v3/math/Makefile.am
- libstdc++-v3/math/Makefile.in 2 additions, 2 deletionslibstdc++-v3/math/Makefile.in
- libstdc++-v3/src/Makefile.in 1 addition, 1 deletionlibstdc++-v3/src/Makefile.in
Loading
Please register or sign in to comment