summaryrefslogtreecommitdiff
path: root/tests/lib/libm
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2014-12-27 16:54:02 +0000
committermartin <martin@NetBSD.org>2014-12-27 16:54:02 +0000
commite712adbc91ffeab5bb7ff080e24d8d7f15d9447a (patch)
treeb6694788182a45053e13c1df03de55b4d04b02fe /tests/lib/libm
parent9e516e9c4f8578493cff5176ad258c5e2bc8f6b9 (diff)
fenv(3) support for hppa
Diffstat (limited to 'tests/lib/libm')
-rw-r--r--tests/lib/libm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/libm/Makefile b/tests/lib/libm/Makefile
index 2adc12acb7f..07376c3fa9c 100644
--- a/tests/lib/libm/Makefile
+++ b/tests/lib/libm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2014/12/22 11:21:08 martin Exp $
+# $NetBSD: Makefile,v 1.29 2014/12/27 16:54:03 martin Exp $
.include <bsd.own.mk>
@@ -6,6 +6,7 @@ TESTSDIR= ${TESTSBASE}/lib/libm
# ARM fenv is incomplete, so we can not enable that here
.if ${MACHINE_CPU} == "aarch64" \
+ || ${MACHINE_ARCH} == "hppa" \
|| ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
|| ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
CPPFLAGS+= -DHAVE_FENV_H