Module Name: src
Committed By: matt
Date: Wed Jul 8 01:09:25 UTC 2015
Modified Files:
src/tests/lib/libc/gen: Makefile
Log Message:
Build t_fpgetmask/t_fpgetround for aarch64 since they are now in libc
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 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.44 src/tests/lib/libc/gen/Makefile:1.45
--- src/tests/lib/libc/gen/Makefile:1.44 Sat Dec 27 18:00:13 2014
+++ src/tests/lib/libc/gen/Makefile Wed Jul 8 01:09:25 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2014/12/27 18:00:13 martin Exp $
+# $NetBSD: Makefile,v 1.45 2015/07/08 01:09:25 matt Exp $
.include <bsd.own.mk>
@@ -17,10 +17,8 @@ TESTS_C+= t_floatunditf
TESTS_C+= t_fmtcheck
TESTS_C+= t_fnmatch
TESTS_C+= t_fpclassify
-.if ${MACHINE_CPU} != "aarch64"
TESTS_C+= t_fpsetmask
TESTS_C+= t_fpsetround
-.endif
TESTS_C+= t_ftok
TESTS_C+= t_getcwd
TESTS_C+= t_getgrent