Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140109523
D28577.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
434 B
Referenced Files
None
Subscribers
None
D28577.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D28577: While building libm, turn off any math-related compiler builtins
Attached
Detach File
Event Timeline
Log In to Comment