Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libm Enable fenv.h on arm again
details: https://anonhg.NetBSD.org/src/rev/2a54b220839e
branches: trunk
changeset: 335143:2a54b220839e
user: martin <martin%NetBSD.org@localhost>
date: Sat Dec 27 17:55:05 2014 +0000
description:
Enable fenv.h on arm again
diffstat:
tests/lib/libm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r bab13a2a7bac -r 2a54b220839e tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile Sat Dec 27 17:54:24 2014 +0000
+++ b/tests/lib/libm/Makefile Sat Dec 27 17:55:05 2014 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index