aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-08-13 20:28:21 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-08-13 20:28:21 +0000
commit79078034baad93c740a80898ffdccab239d992e3 (patch)
treee687df3514e7a7e7758816c5a9d168421090c07e /gnu
parentbc1af85cfeaadd24460d62768b177e461187970c (diff)
downloadsrc-79078034baad93c740a80898ffdccab239d992e3.tar.gz
src-79078034baad93c740a80898ffdccab239d992e3.zip
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
Notes
Notes: svn path=/head/; revision=254295
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libstdc++/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++/config.h b/gnu/lib/libstdc++/config.h
index 335141981013..d0460a785e15 100644
--- a/gnu/lib/libstdc++/config.h
+++ b/gnu/lib/libstdc++/config.h
@@ -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