Page MenuHomeFreeBSD

D28577.id83962.diff
No OneTemporary

D28577.id83962.diff

Index: lib/msun/tests/Makefile
===================================================================
--- lib/msun/tests/Makefile
+++ 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-builtins
+
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
Tue, Sep 1, 10:26 AM (11 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37806045
Default Alt Text
D28577.id83962.diff (466 B)

Event Timeline