diff options
author | ngie <ngie@FreeBSD.org> | 2015-01-05 00:02:11 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-01-05 00:02:11 +0000 |
commit | fb7e4816dbe48a73588f353a02e73869d356bf41 (patch) | |
tree | 1fe3cd4b264e3d82078f0190ef6e6f8118b80cc6 /lib/msun/Makefile | |
parent | 6f128b2d1aeea28705ed13c65395d7719bc3ebb5 (diff) | |
download | FreeBSD-src-fb7e4816dbe48a73588f353a02e73869d356bf41.zip FreeBSD-src-fb7e4816dbe48a73588f353a02e73869d356bf41.tar.gz |
MFC r274618,r276521:
MFC Note: text corrected for r274618
r274618:
Add reachover Makefiles for contrib/netbsd-tests/lib/msun
A variant of this code has been tested on amd64/i386 for some time by
EMC/Isilon on 10-STABLE/11-CURRENT. It builds on other architectures, but the
code will remain off until it's proven it works on virtual hardware or real
hardware on other architectures
Sponsored by: EMC / Isilon Storage Division
r276521:
Reset errno in :scalbnf_val and :scalbnl_val before running the tests so the
tested errno isn't stale
This was needed in order for the test to pass on amd64 with stable/10
Diffstat (limited to 'lib/msun/Makefile')
-rw-r--r-- | lib/msun/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/msun/Makefile b/lib/msun/Makefile index 654d0f5..71af606 100644 --- a/lib/msun/Makefile +++ b/lib/msun/Makefile @@ -217,4 +217,8 @@ MLINKS+=tan.3 tanf.3 tan.3 tanl.3 MLINKS+=tanh.3 tanhf.3 tanh.3 tanhl.3 MLINKS+=trunc.3 truncf.3 trunc.3 truncl.3 +.include <bsd.own.mk> + +.include <bsd.arch.inc.mk> + .include <bsd.lib.mk> |