Module Name: src
Committed By: macallan
Date: Thu Dec 19 19:19:28 UTC 2019
Modified Files:
src/tests/lib/libc/string: Makefile
Log Message:
disable string op warnings for t_strcat
now this builds on macppc with gcc 8.3
from riastradh@
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/lib/libc/string/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/string/Makefile
diff -u src/tests/lib/libc/string/Makefile:1.11 src/tests/lib/libc/string/Makefile:1.12
--- src/tests/lib/libc/string/Makefile:1.11 Mon Oct 15 17:55:28 2018
+++ src/tests/lib/libc/string/Makefile Thu Dec 19 19:19:28 2019
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2018/10/15 17:55:28 christos Exp $
+# $NetBSD: Makefile,v 1.12 2019/12/19 19:19:28 macallan Exp $
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libc/string
DBG=-g
+COPTS.t_strcat.c+= ${GCC_NO_STRINGOP_TRUNCATION}
+
TESTS_C+= t_bm
TESTS_C+= t_memchr
TESTS_C+= t_memcpy