Page MenuHomeFreeBSD

D28577.diff
No OneTemporary

D28577.diff

diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile
--- a/lib/msun/tests/Makefile
+++ b/lib/msun/tests/Makefile
@@ -19,6 +19,10 @@
CFLAGS+= -D__HAVE_LONG_DOUBLE
.endif
+# Avoid builtins, to force the compiler to emit calls to the libm
+# functions, and not calculate any results in advance.
+CFLAGS+= -fno-builtin
+
NETBSD_ATF_TESTS_C= acos_test
NETBSD_ATF_TESTS_C+= asin_test
NETBSD_ATF_TESTS_C+= atan_test

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 21, 8:48 AM (1 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27110529
Default Alt Text
D28577.diff (434 B)

Event Timeline