Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Fix build for vax; Compile t_ptrace_sigch...
details: https://anonhg.NetBSD.org/src/rev/2083acc98947
branches: trunk
changeset: 934737:2083acc98947
user: rin <rin%NetBSD.org@localhost>
date: Wed Jun 17 22:07:21 2020 +0000
description:
Fix build for vax; Compile t_ptrace_sigchld.c with -D__TEST_FENV.
diffstat:
tests/lib/libc/sys/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r e88b5f31e98c -r 2083acc98947 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile Wed Jun 17 20:44:45 2020 +0000
+++ b/tests/lib/libc/sys/Makefile Wed Jun 17 22:07:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2020/04/30 11:03:29 ryo Exp $
+# $NetBSD: Makefile,v 1.65 2020/06/17 22:07:21 rin Exp $
MKMAN= no
@@ -111,6 +111,7 @@
CPPFLAGS.t_futex_robust.c += -I${.CURDIR}/../../../../lib
CPPFLAGS.t_lwp_create.c += -D_KERNTYPES
+CPPFLAGS.t_ptrace_sigchld.c += -D__TEST_FENV
CPPFLAGS.t_ptrace_wait.c += -D_KERNTYPES -D__TEST_FENV
CPPFLAGS.t_ptrace_wait3.c += -D_KERNTYPES -D__TEST_FENV
CPPFLAGS.t_ptrace_wait4.c += -D_KERNTYPES -D__TEST_FENV
Home |
Main Index |
Thread Index |
Old Index