Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib Sync list of fenv enabled architectures again (PR ...
details: https://anonhg.NetBSD.org/src/rev/51a04877f0f1
branches: trunk
changeset: 342437:51a04877f0f1
user: martin <martin%NetBSD.org@localhost>
date: Tue Dec 22 08:26:16 2015 +0000
description:
Sync list of fenv enabled architectures again (PR 48633), this time for mips
addition.
diffstat:
tests/lib/libc/gen/Makefile | 5 +++--
tests/lib/libc/stdlib/Makefile | 5 +++--
tests/lib/libm/Makefile | 5 +++--
3 files changed, 9 insertions(+), 6 deletions(-)
diffs (57 lines):
diff -r 05e0762e9c59 -r 51a04877f0f1 tests/lib/libc/gen/Makefile
--- a/tests/lib/libc/gen/Makefile Tue Dec 22 05:28:46 2015 +0000
+++ b/tests/lib/libc/gen/Makefile Tue Dec 22 08:26:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2015/12/21 12:11:23 martin Exp $
+# $NetBSD: Makefile,v 1.47 2015/12/22 08:26:16 martin Exp $
.include <bsd.own.mk>
@@ -42,7 +42,8 @@
.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"
+ || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" \
+ || ${MACHINE_ARCH} == "mips"
CPPFLAGS.t_siginfo.c+= -DHAVE_FENV
LDADD.t_siginfo+= -lm
DPADD.t_siginfo+= ${LIBM}
diff -r 05e0762e9c59 -r 51a04877f0f1 tests/lib/libc/stdlib/Makefile
--- a/tests/lib/libc/stdlib/Makefile Tue Dec 22 05:28:46 2015 +0000
+++ b/tests/lib/libc/stdlib/Makefile Tue Dec 22 08:26:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2015/12/21 12:11:23 martin Exp $
+# $NetBSD: Makefile,v 1.27 2015/12/22 08:26:16 martin Exp $
.include <bsd.own.mk>
@@ -32,7 +32,8 @@
.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"
+ || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" \
+ || ${MACHINE_ARCH} == "mips"
CPPFLAGS.t_strtod.c+= -DHAVE_FENV
.endif
diff -r 05e0762e9c59 -r 51a04877f0f1 tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile Tue Dec 22 05:28:46 2015 +0000
+++ b/tests/lib/libm/Makefile Tue Dec 22 08:26:16 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2015/12/21 12:11:23 martin Exp $
+# $NetBSD: Makefile,v 1.34 2015/12/22 08:26:16 martin Exp $
.include <bsd.own.mk>
@@ -7,7 +7,8 @@
.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"
+ || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" \
+ || ${MACHINE_ARCH} == "mips"
CPPFLAGS+= -DHAVE_FENV_H
.endif
Home |
Main Index |
Thread Index |
Old Index