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/5e12adda7457
branches: trunk
changeset: 961619:5e12adda7457
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 c86290edcf1f -r 5e12adda7457 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 @@
@rm /tmp/sysinst.en
COPTS.util.c+= ${GCC_NO_STRINGOP_TRUNCATION}
+COPTS+= -fcommon
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index