disable string op warnings for t_strcat
now this builds on macppc with gcc 8.3 from riastradh@
This commit is contained in:
parent
45ec176685
commit
58c590cd7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue