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 Enable fenv for arm
details: https://anonhg.NetBSD.org/src/rev/2908f1024c31
branches: trunk
changeset: 335145:2908f1024c31
user: martin <martin%NetBSD.org@localhost>
date: Sat Dec 27 18:00:13 2014 +0000
description:
Enable fenv for arm
diffstat:
tests/lib/libc/gen/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 51b5479e4575 -r 2908f1024c31 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile Sat Dec 27 17:58:21 2014 +0000
+++ b/tests/lib/libc/gen/Makefile Sat Dec 27 18:00:13 2014 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index