summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-27 18:01:52 +0000
committerngie <ngie@FreeBSD.org>2015-04-27 18:01:52 +0000
commit950cd460e54d0b79252db638eb4872882a55b951 (patch)
tree6581a52df5177cae28bd99d88e8266c627587b79 /lib/msun
parentb47a7eb9a4385721718ae12ccb18f9db316c3f4b (diff)
downloadFreeBSD-src-950cd460e54d0b79252db638eb4872882a55b951.zip
FreeBSD-src-950cd460e54d0b79252db638eb4872882a55b951.tar.gz
Remove per-architecture checks for enabling HAVE_FENV_H
The conditional came from NetBSD, where only select architectures have this header/support All architectures on FreeBSD have the necessary support though, so the conditional's completely unnecessary make tinderbox done on all architectures (including arm64, where the issue occurred before) this time X-MFC with: r282057, r282092 MFC after: 6 days
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/tests/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/msun/tests/Makefile b/lib/msun/tests/Makefile
index b07be2d..dde46be 100644
--- a/lib/msun/tests/Makefile
+++ b/lib/msun/tests/Makefile
@@ -6,11 +6,8 @@ TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libm
TESTSDIR= ${TESTSBASE}/lib/msun
-.if ${MACHINE} == "sparc" || ${MACHINE} == "i386" \
- || ${MACHINE} == "amd64" || ${MACHINE_CPUARCH} == "arm" \
- || ${MACHINE} == "sparc64"
+# All architectures on FreeBSD have fenv.h
CFLAGS+= -DHAVE_FENV_H
-.endif
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
CFLAGS+= -D__HAVE_LONG_DOUBLE
OpenPOWER on IntegriCloud