Module Name: src
Committed By: snj
Date: Tue Jan 20 20:43:10 UTC 2015
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Remove stale comment about ARM fenv support.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/tests/lib/libm/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/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.31 src/tests/lib/libm/Makefile:1.32
--- src/tests/lib/libm/Makefile:1.31 Sat Jan 3 14:23:53 2015
+++ src/tests/lib/libm/Makefile Tue Jan 20 20:43:10 2015
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2015/01/03 14:23:53 gson Exp $
+# $NetBSD: Makefile,v 1.32 2015/01/20 20:43:10 snj Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libm
-# ARM fenv is incomplete, so we can not enable that here
.if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
|| ${MACHINE_ARCH} == "hppa" \
|| ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \