]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/aclocal.m4
contribute.html: Add bits about getting to the LWG issues pages.
authorBenjamin Kosnik <bkoz@soma.redhat.com>
Mon, 19 Jun 2000 22:20:15 +0000 (22:20 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 19 Jun 2000 22:20:15 +0000 (22:20 +0000)
commit2f1034940abd6330b54ba614df5cd1795fd76557
tree4ccea609daf1b7bd4f3b12839f6469e2d8b63abc
parent7626c23703a32dcb9af3a59cd24e0eb79f10fe15
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
14 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/configure.in
libstdc++-v3/docs/17_intro/contribute.html
libstdc++-v3/docs/documentation.html
libstdc++-v3/docs/gccrebuild.html
libstdc++-v3/docs/install.html
libstdc++-v3/libio/Makefile.in
libstdc++-v3/math/Makefile.am
libstdc++-v3/math/Makefile.in
libstdc++-v3/src/Makefile.in