Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2009 20:28:07 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r194395 - projects/clangbsd/gnu/lib/libstdc++
Message-ID:  <200906172028.n5HKS7qh087197@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906172028.n5HKS7qh087197>