Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/gen Do not set HAVE_FENV for arm as long as i...



details:   https://anonhg.NetBSD.org/src/rev/6ae29c8a5885
branches:  trunk
changeset: 798154:6ae29c8a5885
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Aug 10 12:01:57 2014 +0000

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

diffstat:

 tests/lib/libc/gen/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a100e7aeb51a -r 6ae29c8a5885 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile       Sun Aug 10 11:51:40 2014 +0000
+++ b/tests/lib/libc/gen/Makefile       Sun Aug 10 12:01:57 2014 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index