some platforms trip -fcommon here too. we should fix this.

This commit is contained in:
mrg 2021-04-13 07:53:19 +00:00
parent 1effc6f09c
commit bf1baa2579
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.39 2021/04/13 04:59:00 mrg Exp $
# $NetBSD: Makefile.inc,v 1.40 2021/04/13 07:53:19 mrg Exp $
#
# Makefile for sysinst
@ -253,5 +253,6 @@ check-lang: msg.def msg_defs.h
@rm /tmp/sysinst.en
COPTS.util.c+= ${GCC_NO_STRINGOP_TRUNCATION}
COPTS+= -fcommon
.include <bsd.prog.mk>