Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/racoon apply -fcommon to sources that still rely up...



details:   https://anonhg.NetBSD.org/src/rev/280d47c89b52
branches:  trunk
changeset: 961224:280d47c89b52
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Apr 13 01:11:05 2021 +0000

description:
apply -fcommon to sources that still rely upon it.

diffstat:

 external/bsd/top/bin/Makefile  |  4 +++-
 external/gpl3/gdb/Makefile.inc |  4 +++-
 usr.sbin/racoon/Makefile       |  4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r cde62c9ac556 -r 280d47c89b52 external/bsd/top/bin/Makefile
--- a/external/bsd/top/bin/Makefile     Tue Apr 13 01:10:24 2021 +0000
+++ b/external/bsd/top/bin/Makefile     Tue Apr 13 01:11:05 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2019/10/13 07:28:07 mrg Exp $
+#      $NetBSD: Makefile,v 1.12 2021/04/13 01:11:05 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -41,4 +41,6 @@
 
 COPTS.commands.c+=     ${GCC_NO_CAST_FUNCTION_TYPE}
 
+COPTS+=                -fcommon
+
 .include <bsd.prog.mk>
diff -r cde62c9ac556 -r 280d47c89b52 external/gpl3/gdb/Makefile.inc
--- a/external/gpl3/gdb/Makefile.inc    Tue Apr 13 01:10:24 2021 +0000
+++ b/external/gpl3/gdb/Makefile.inc    Tue Apr 13 01:11:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2016/10/16 04:36:52 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.12 2021/04/13 01:11:05 mrg Exp $
 
 USE_LIBEDIT=no
 USE_TUI=yes
@@ -14,4 +14,6 @@
                        -Wno-tautological-compare -Wno-format-extra-args \
                        -Wno-string-plus-int
 
+COPTS+=                        -fcommon
+
 DIST:=         ${.PARSEDIR}/dist
diff -r cde62c9ac556 -r 280d47c89b52 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile  Tue Apr 13 01:10:24 2021 +0000
+++ b/usr.sbin/racoon/Makefile  Tue Apr 13 01:11:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/12/02 02:21:43 rin Exp $
+# $NetBSD: Makefile,v 1.39 2021/04/13 01:11:05 mrg Exp $
 
 WARNS?=        0       # XXX third-party program, many issues
 NOCLANGERROR=  # defined
@@ -83,4 +83,6 @@
 
 CWARNFLAGS.gcc+=        ${GCC_NO_ADDR_OF_PACKED_MEMBER}
 
+COPTS+=                -fcommon
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index