Module Name:    src
Committed By:   martin
Date:           Sun Aug 10 12:01:57 UTC 2014

Modified Files:
        src/tests/lib/libc/gen: Makefile

Log Message:
Do not set HAVE_FENV for arm as long as it misses feenableexcept().


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.42 src/tests/lib/libc/gen/Makefile:1.43
--- src/tests/lib/libc/gen/Makefile:1.42	Sun Aug 10 11:30:51 2014
+++ src/tests/lib/libc/gen/Makefile	Sun Aug 10 12:01:57 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2014/08/10 11:30:51 martin Exp $
+# $NetBSD: Makefile,v 1.43 2014/08/10 12:01:57 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -41,7 +41,8 @@ TESTS_C+=	t_time
 TESTS_C+=	t_ttyname
 TESTS_C+=	t_vis
 
-.if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
+# add back || ${MACHINE_CPU} == "arm" once feenableexcept() is implemented
+.if ${MACHINE_CPU} == "aarch64" \
     || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
     || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS.t_siginfo.c+=	-DHAVE_FENV

Reply via email to