Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib While PR 48633 is not properly fixed, keep the add...



details:   https://anonhg.NetBSD.org/src/rev/a0f9ea85a52b
branches:  trunk
changeset: 812560:a0f9ea85a52b
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 21 12:11:23 2015 +0000

description:
While PR 48633 is not properly fixed, keep the additional lists of
fenv-enabled architectures in sync.

diffstat:

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

diffs (51 lines):

diff -r 19e4bff498cf -r a0f9ea85a52b tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile       Mon Dec 21 04:58:50 2015 +0000
+++ b/tests/lib/libc/gen/Makefile       Mon Dec 21 12:11:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2015/07/08 01:09:25 matt Exp $
+# $NetBSD: Makefile,v 1.46 2015/12/21 12:11:23 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -40,6 +40,7 @@
 TESTS_C+=      t_vis
 
 .if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
+    || ${MACHINE_ARCH} == "hppa" ||  ${MACHINE_ARCH} == "powerpc" \
     || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
     || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS.t_siginfo.c+= -DHAVE_FENV
diff -r 19e4bff498cf -r a0f9ea85a52b tests/lib/libc/stdlib/Makefile
--- a/tests/lib/libc/stdlib/Makefile    Mon Dec 21 04:58:50 2015 +0000
+++ b/tests/lib/libc/stdlib/Makefile    Mon Dec 21 12:11:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2015/05/01 14:17:56 christos Exp $
+# $NetBSD: Makefile,v 1.26 2015/12/21 12:11:23 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -30,6 +30,7 @@
 PROGS+=                h_getopt h_getopt_long
 
 .if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
+    || ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "powerpc" \
     || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
     || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS.t_strtod.c+=  -DHAVE_FENV
diff -r 19e4bff498cf -r a0f9ea85a52b tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Mon Dec 21 04:58:50 2015 +0000
+++ b/tests/lib/libm/Makefile   Mon Dec 21 12:11:23 2015 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.32 2015/01/20 20:43:10 snj Exp $
+# $NetBSD: Makefile,v 1.33 2015/12/21 12:11:23 martin Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/lib/libm
 
 .if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
-    || ${MACHINE_ARCH} == "hppa" \
+    || ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "powerpc" \
     || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
     || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS+=     -DHAVE_FENV_H



Home | Main Index | Thread Index | Old Index