Commit 6db61f50 by Kelley Cook Committed by R. Kelley Cook

linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro to convert to…

linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro to convert to uppercase instead of shelling out to tr.

2005-04-05  Kelley Cook  <kcook@gcc.gnu.org>

	* linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro
	to convert to uppercase instead of shelling out to tr.
	* acconfig.h: Remove now redundant HAVE__BUILTINS_*.
	* configure, config.h.in: Regenerate.

From-SVN: r97597
parent b2ef856a
2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
* linkage.m4 (GLIBCXX_CHECK_BUILTIN_MATH_DEC): Use m4 translit macro
to convert to uppercase instead of shelling out to tr.
* acconfig.h: Remove now redundant HAVE__BUILTINS_*.
* configure, config.h.in: Regenerate.
2005-04-05 Kelley Cook <kcook@gcc.gnu.org>
* acconfig.h (HAVE_TANL): Correct cut-and-paste typo.
* config.h.in: Regenerate.
......
......@@ -106,48 +106,6 @@
// Define if you have the hypotl function.
#undef HAVE_HYPOTL
// Define if the compiler/host combination has __builtin_abs
#undef HAVE___BUILTIN_ABS
// Define if the compiler/host combination has __builtin_labs
#undef HAVE___BUILTIN_LABS
// Define if the compiler/host combination has __builtin_cos
#undef HAVE___BUILTIN_COS
// Define if the compiler/host combination has __builtin_cosf
#undef HAVE___BUILTIN_COSF
// Define if the compiler/host combination has __builtin_cosl
#undef HAVE___BUILTIN_COSL
// Define if the compiler/host combination has __builtin_fabs
#undef HAVE___BUILTIN_FABS
// Define if the compiler/host combination has __builtin_fabsf
#undef HAVE___BUILTIN_FABSF
// Define if the compiler/host combination has __builtin_fabsl
#undef HAVE___BUILTIN_FABSL
// Define if the compiler/host combination has __builtin_sin
#undef HAVE___BUILTIN_SIN
// Define if the compiler/host combination has __builtin_sinf
#undef HAVE___BUILTIN_SINF
// Define if the compiler/host combination has __builtin_sinl
#undef HAVE___BUILTIN_SINL
// Define if the compiler/host combination has __builtin_sqrt
#undef HAVE___BUILTIN_SQRT
// Define if the compiler/host combination has __builtin_sqrtf
#undef HAVE___BUILTIN_SQRTF
// Define if the compiler/host combination has __builtin_sqrtl
#undef HAVE___BUILTIN_SQRTL
// Define if poll is available in <poll.h>.
#undef HAVE_POLL
......
......@@ -107,48 +107,6 @@
// Define if you have the hypotl function.
#undef HAVE_HYPOTL
// Define if the compiler/host combination has __builtin_abs
#undef HAVE___BUILTIN_ABS
// Define if the compiler/host combination has __builtin_labs
#undef HAVE___BUILTIN_LABS
// Define if the compiler/host combination has __builtin_cos
#undef HAVE___BUILTIN_COS
// Define if the compiler/host combination has __builtin_cosf
#undef HAVE___BUILTIN_COSF
// Define if the compiler/host combination has __builtin_cosl
#undef HAVE___BUILTIN_COSL
// Define if the compiler/host combination has __builtin_fabs
#undef HAVE___BUILTIN_FABS
// Define if the compiler/host combination has __builtin_fabsf
#undef HAVE___BUILTIN_FABSF
// Define if the compiler/host combination has __builtin_fabsl
#undef HAVE___BUILTIN_FABSL
// Define if the compiler/host combination has __builtin_sin
#undef HAVE___BUILTIN_SIN
// Define if the compiler/host combination has __builtin_sinf
#undef HAVE___BUILTIN_SINF
// Define if the compiler/host combination has __builtin_sinl
#undef HAVE___BUILTIN_SINL
// Define if the compiler/host combination has __builtin_sqrt
#undef HAVE___BUILTIN_SQRT
// Define if the compiler/host combination has __builtin_sqrtf
#undef HAVE___BUILTIN_SQRTF
// Define if the compiler/host combination has __builtin_sqrtl
#undef HAVE___BUILTIN_SQRTL
// Define if poll is available in <poll.h>.
#undef HAVE_POLL
......@@ -714,6 +672,48 @@
/* Define to 1 if you have the `_tanl' function. */
#undef HAVE__TANL
/* Define if the compiler/host combination has __builtin_abs. */
#undef HAVE___BUILTIN_ABS
/* Define if the compiler/host combination has __builtin_cos. */
#undef HAVE___BUILTIN_COS
/* Define if the compiler/host combination has __builtin_cosf. */
#undef HAVE___BUILTIN_COSF
/* Define if the compiler/host combination has __builtin_cosl. */
#undef HAVE___BUILTIN_COSL
/* Define if the compiler/host combination has __builtin_fabs. */
#undef HAVE___BUILTIN_FABS
/* Define if the compiler/host combination has __builtin_fabsf. */
#undef HAVE___BUILTIN_FABSF
/* Define if the compiler/host combination has __builtin_fabsl. */
#undef HAVE___BUILTIN_FABSL
/* Define if the compiler/host combination has __builtin_labs. */
#undef HAVE___BUILTIN_LABS
/* Define if the compiler/host combination has __builtin_sin. */
#undef HAVE___BUILTIN_SIN
/* Define if the compiler/host combination has __builtin_sinf. */
#undef HAVE___BUILTIN_SINF
/* Define if the compiler/host combination has __builtin_sinl. */
#undef HAVE___BUILTIN_SINL
/* Define if the compiler/host combination has __builtin_sqrt. */
#undef HAVE___BUILTIN_SQRT
/* Define if the compiler/host combination has __builtin_sqrtf. */
#undef HAVE___BUILTIN_SQRTF
/* Define if the compiler/host combination has __builtin_sqrtl. */
#undef HAVE___BUILTIN_SQRTL
/* Define to 1 if you have the `__signbit' function. */
#undef HAVE___SIGNBIT
......
......@@ -289,10 +289,12 @@ AC_DEFUN([GLIBCXX_CHECK_BUILTIN_MATH_DECL_AND_LINKAGE_1], [
])
fi
AC_MSG_RESULT($glibcxx_cv_func_$1_link)
define([NAME], [translit([$1],[abcdefghijklmnopqrstuvwxyz],
[ABCDEFGHIJKLMNOPQRSTUVWXYZ])])
if test x$glibcxx_cv_func_$1_link = x"yes"; then
ac_tr_func=HAVE_`echo $1 | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
AC_DEFINE_UNQUOTED(${ac_tr_func}, 1, [Defined if $1 exists.])
AC_DEFINE([HAVE_]NAME, 1, [Define if the compiler/host combination has $1.])
fi
undefine([NAME])
fi
])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment