Work around gcc on sparc64 bug

This commit is contained in:
christos 2016-03-06 18:01:28 +00:00
parent fd89278a5f
commit e33113ab6d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.32 2014/06/03 21:41:56 joerg Exp $
# $NetBSD: Makefile,v 1.33 2016/03/06 18:01:28 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@ -16,4 +16,7 @@ BINMODE=2555
CWARNFLAGS.clang+= -Wno-format-extra-args
COPTS.vmstat.c += -Wno-format-nonliteral
# sparc64 is broken!
COPTS.vmstat.c += -Wno-error=stack-protector
.include <bsd.prog.mk>