[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Thu Jan 19 00:31:48 PST 2006
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.60 -> 1.61
---
Log message:
Make sure that libm is used during config tests so that ceil, floor, and
friends are actually detected.
---
Diffs of the changes: (+3 -0)
config.h.in | 3 +++
1 files changed, 3 insertions(+)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.60 llvm/include/llvm/Config/config.h.in:1.61
--- llvm/include/llvm/Config/config.h.in:1.60 Thu Jan 19 02:22:40 2006
+++ llvm/include/llvm/Config/config.h.in Thu Jan 19 02:31:08 2006
@@ -172,6 +172,9 @@
/* Define to 1 if you have the `elf' library (-lelf). */
#undef HAVE_LIBELF
+/* Define to 1 if you have the `m' library (-lm). */
+#undef HAVE_LIBM
+
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
More information about the llvm-commits
mailing list