svn commit: r194395 - projects/clangbsd/gnu/lib/libstdc++

Ed Schouten ed at FreeBSD.org
Wed Jun 17 20:28:08 UTC 2009


Author: ed
Date: Wed Jun 17 20:28:07 2009
New Revision: 194395
URL: http://svn.freebsd.org/changeset/base/194395

Log:
  Tell libstdc++ that we have powl().
  
  Reported by:	brucec

Modified:
  projects/clangbsd/gnu/lib/libstdc++/config.h

Modified: projects/clangbsd/gnu/lib/libstdc++/config.h
==============================================================================
--- projects/clangbsd/gnu/lib/libstdc++/config.h	Wed Jun 17 20:26:21 2009	(r194394)
+++ projects/clangbsd/gnu/lib/libstdc++/config.h	Wed Jun 17 20:28:07 2009	(r194395)
@@ -257,7 +257,7 @@
 #define HAVE_POWF 1
 
 /* Define to 1 if you have the `powl' function. */
-/* #undef HAVE_POWL */
+#define HAVE_POWL 1
 
 /* Define to 1 if you have the `qfpclass' function. */
 /* #undef HAVE_QFPCLASS */


More information about the svn-src-projects mailing list