Teach libstdc++ about logl(3).

The logl(3) family of functions were implemented in r251292.
Define them in libstdc++'s configuration so they can be used.

Reviewed by:	dim
This commit is contained in:
pfg 2013-08-13 20:28:21 +00:00
parent b9f448f4b6
commit c86f3222f7

View File

@ -212,13 +212,13 @@
#define HAVE_LOG10F 1
/* Define to 1 if you have the `log10l' function. */
/* #undef HAVE_LOG10L */
#define HAVE_LOG10L 1
/* Define to 1 if you have the `logf' function. */
#define HAVE_LOGF 1
/* Define to 1 if you have the `logl' function. */
/* #undef HAVE_LOGL */
#define HAVE_LOGL 1
/* Define to 1 if you have the <machine/endian.h> header file. */
#define HAVE_MACHINE_ENDIAN_H 1