Module Name: src
Committed By: mrg
Date: Tue Apr 13 07:53:19 UTC 2021
Modified Files:
src/usr.sbin/sysinst: Makefile.inc
Log Message:
some platforms trip -fcommon here too. we should fix this.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/sysinst/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/Makefile.inc
diff -u src/usr.sbin/sysinst/Makefile.inc:1.39 src/usr.sbin/sysinst/Makefile.inc:1.40
--- src/usr.sbin/sysinst/Makefile.inc:1.39 Tue Apr 13 04:59:00 2021
+++ src/usr.sbin/sysinst/Makefile.inc Tue Apr 13 07:53:19 2021
@@ -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>