Module Name: src
Committed By: martin
Date: Sat Dec 27 17:55:05 UTC 2014
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Enable fenv.h on arm again
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 src/tests/lib/libm/Makefile:1.30
--- src/tests/lib/libm/Makefile:1.29 Sat Dec 27 16:54:03 2014
+++ src/tests/lib/libm/Makefile Sat Dec 27 17:55:05 2014
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2014/12/27 16:54:03 martin Exp $
+# $NetBSD: Makefile,v 1.30 2014/12/27 17:55:05 martin Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libm
# ARM fenv is incomplete, so we can not enable that here
-.if ${MACHINE_CPU} == "aarch64" \
+.if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
|| ${MACHINE_ARCH} == "hppa" \
|| ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
|| ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"