Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libm Disabel fenv tests for arm, the implementatio...
details: https://anonhg.NetBSD.org/src/rev/e26fed3de698
branches: trunk
changeset: 335033:e26fed3de698
user: martin <martin%NetBSD.org@localhost>
date: Mon Dec 22 11:21:08 2014 +0000
description:
Disabel fenv tests for arm, the implementation is incomplete.
diffstat:
tests/lib/libm/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e8c2cd00f007 -r e26fed3de698 tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile Mon Dec 22 11:11:34 2014 +0000
+++ b/tests/lib/libm/Makefile Mon Dec 22 11:21:08 2014 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.27 2014/12/21 15:37:03 martin Exp $
+# $NetBSD: Makefile,v 1.28 2014/12/22 11:21:08 martin Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libm
-.if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
+# ARM fenv is incomplete, so we can not enable that here
+.if ${MACHINE_CPU} == "aarch64" \
|| ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
|| ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
CPPFLAGS+= -DHAVE_FENV_H
Home |
Main Index |
Thread Index |
Old Index