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 Build t_fpgetmask/t_fpgetround for aarch6...



details:   https://anonhg.NetBSD.org/src/rev/59e49844aa80
branches:  trunk
changeset: 339247:59e49844aa80
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Jul 08 01:09:25 2015 +0000

description:
Build t_fpgetmask/t_fpgetround for aarch64 since they are now in libc

diffstat:

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

diffs (20 lines):

diff -r e2b4d0991868 -r 59e49844aa80 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile       Wed Jul 08 01:08:24 2015 +0000
+++ b/tests/lib/libc/gen/Makefile       Wed Jul 08 01:09:25 2015 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index