Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst some platforms trip -fcommon here too. we ...
details: https://anonhg.NetBSD.org/src/rev/d187d1555381
branches: trunk
changeset: 378447:d187d1555381
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Apr 13 07:53:19 2021 +0000
description:
some platforms trip -fcommon here too. we should fix this.
diffstat:
usr.sbin/sysinst/Makefile.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 72dbada6b3f6 -r d187d1555381 usr.sbin/sysinst/Makefile.inc
--- a/usr.sbin/sysinst/Makefile.inc Tue Apr 13 06:30:36 2021 +0000
+++ b/usr.sbin/sysinst/Makefile.inc Tue Apr 13 07:53:19 2021 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index