acconfig.h: Change up builtin macros here.
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 22 Jun 2000 23:17:58 +0000 (23:17 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 22 Jun 2000 23:17:58 +0000 (23:17 +0000)
commit28398c70a38735c784e2de4427870e780a2b23dd
treed51902ec051aba36aef0ee5bb6c4ba485dff7475
parent0d565768ab2fd9a3be34506b3d022b3a3eae575f
acconfig.h: Change up builtin macros here.

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

* acconfig.h: Change up builtin macros here.
* acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Redo. Use the
same approach as GLIBCPP_CHECK_MATH_SUPPORT, only don't try to
link against libm and don't use -fno-builtins...

* math/cosf.c:  Remove.
* math/fabsf.c:  Likewise.
* math/sinf.c:  Likewise.
* math/sqrtf.c:  Likewise.
* math/Makefile.am (EXTRA_DIST):  Remove those four files.
* math/Makefile.in:  Regenerate.

From-SVN: r34654
libstdc++-v3/math/cosf.c [deleted file]
libstdc++-v3/math/fabsf.c [deleted file]
libstdc++-v3/math/sinf.c [deleted file]
libstdc++-v3/math/sqrtf.c [deleted file]