Module Name:    src
Committed By:   martin
Date:           Mon Dec 22 11:21:08 UTC 2014

Modified Files:
        src/tests/lib/libm: Makefile

Log Message:
Disabel fenv tests for arm, the implementation is incomplete.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/tests/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.27 src/tests/lib/libm/Makefile:1.28
--- src/tests/lib/libm/Makefile:1.27	Sun Dec 21 15:37:03 2014
+++ src/tests/lib/libm/Makefile	Mon Dec 22 11:21:08 2014
@@ -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

Reply via email to