Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash more -fcommon for sources not ready yet



details:   https://anonhg.NetBSD.org/src/rev/36896c81077b
branches:  trunk
changeset: 378452:36896c81077b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Apr 13 08:55:06 2021 +0000

description:
more -fcommon for sources not ready yet

diffstat:

 sys/arch/hppa/stand/Makefile.inc |  3 ++-
 usr.sbin/crash/Makefile          |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 33f5d1939e3c -r 36896c81077b sys/arch/hppa/stand/Makefile.inc
--- a/sys/arch/hppa/stand/Makefile.inc  Tue Apr 13 08:22:40 2021 +0000
+++ b/sys/arch/hppa/stand/Makefile.inc  Tue Apr 13 08:55:06 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2017/08/29 09:17:43 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2021/04/13 08:55:06 mrg Exp $
 
 NOSSP=yes
 NOPIE=yes
@@ -10,3 +10,4 @@ BINDIR=               /usr/mdec
 COPTS+=                -Wno-pointer-sign
 COPTS+=                -fno-strict-aliasing
 COPTS+=                -fno-unwind-tables
+COPTS+=                -fcommon
diff -r 33f5d1939e3c -r 36896c81077b usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile   Tue Apr 13 08:22:40 2021 +0000
+++ b/usr.sbin/crash/Makefile   Tue Apr 13 08:55:06 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.45 2020/08/17 04:15:33 mrg Exp $
+#      $NetBSD: Makefile,v 1.46 2021/04/13 08:55:06 mrg Exp $
 
 PROG=          crash
 MAN=           crash.8
@@ -125,5 +125,7 @@ COPTS.kern_timeout.c += -Wno-stack-prote
 
 COPTS.db_command.c+=   ${GCC_NO_CAST_FUNCTION_TYPE}
 
+COPTS+=                -fcommon
+
 .include <bsd.prog.mk>
 .include <bsd.klinks.mk>



Home | Main Index | Thread Index | Old Index