Module Name: src
Committed By: martin
Date: Sat Dec 27 18:00:13 UTC 2014
Modified Files:
src/tests/lib/libc/gen: Makefile
Log Message:
Enable fenv for arm
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/tests/lib/libc/gen/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/libc/gen/Makefile
diff -u src/tests/lib/libc/gen/Makefile:1.43 src/tests/lib/libc/gen/Makefile:1.44
--- src/tests/lib/libc/gen/Makefile:1.43 Sun Aug 10 12:01:57 2014
+++ src/tests/lib/libc/gen/Makefile Sat Dec 27 18:00:13 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2014/08/10 12:01:57 martin Exp $
+# $NetBSD: Makefile,v 1.44 2014/12/27 18:00:13 martin Exp $
.include <bsd.own.mk>
@@ -41,8 +41,7 @@ TESTS_C+= t_time
TESTS_C+= t_ttyname
TESTS_C+= t_vis
-# add back || ${MACHINE_CPU} == "arm" once feenableexcept() is implemented
-.if ${MACHINE_CPU} == "aarch64" \
+.if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
|| ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
|| ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
CPPFLAGS.t_siginfo.c+= -DHAVE_FENV