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/06b6aace5df1
branches: trunk
changeset: 961249:06b6aace5df1
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 2fd9dd0b2f65 -r 06b6aace5df1 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 @@
COPTS+= -Wno-pointer-sign
COPTS+= -fno-strict-aliasing
COPTS+= -fno-unwind-tables
+COPTS+= -fcommon
diff -r 2fd9dd0b2f65 -r 06b6aace5df1 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.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