]> gcc.gnu.org Git - gcc.git/commit
Fix alpha, powerpc build failures.
authorBenjamin Kosnik <bkoz@soma.redhat.com>
Thu, 22 Jun 2000 06:19:44 +0000 (06:19 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 22 Jun 2000 06:19:44 +0000 (06:19 +0000)
commit38bd7296fb7d67666bd01210471b33c423016e4e
treeb66d14cfea691b977946d246def16eecbdcc5321
parent9a7ab4b335fbcbe44a95d92defed46c0e16a5b8e
Fix alpha, powerpc build failures.

2000-06-21  Benjamin Kosnik  <bkoz@soma.redhat.com>

Fix alpha, powerpc build failures.
* acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Substantially
re-write. Need to check for both proper declaration when using a
c++ compiler, and "C" linkage when linking. Do both, and if both
exist, then define the HAVE_* bits in config.h.
(GLIBCPP_CHECK_MATH_DECL_AND_LINKAGE_n): New, uber-macros. Does all.
(GLIBCPP_CHECK_LINKER_FEATURES): Actually link and run this
program, doh.

From-SVN: r34643
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
This page took 0.061836 seconds and 5 git commands to generate.