Source-Changes-HG archive

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

[src/trunk]: src/sys/arch more -fcommon.



details:   https://anonhg.NetBSD.org/src/rev/84d5fde8c0db
branches:  trunk
changeset: 961273:84d5fde8c0db
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Apr 14 09:29:40 2021 +0000

description:
more -fcommon.

diffstat:

 sys/arch/bebox/stand/Makefile.inc |  4 +++-
 sys/arch/ofppc/stand/Makefile.inc |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e9b2599e8cbd -r 84d5fde8c0db sys/arch/bebox/stand/Makefile.inc
--- a/sys/arch/bebox/stand/Makefile.inc Wed Apr 14 08:31:24 2021 +0000
+++ b/sys/arch/bebox/stand/Makefile.inc Wed Apr 14 09:29:40 2021 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.2 2005/12/11 12:17:04 christos Exp $
+# $NetBSD: Makefile.inc,v 1.3 2021/04/14 09:29:40 mrg Exp $
 
 .include <bsd.own.mk>
 
 BINDIR?=       /usr/mdec
+
+COPTS+=                -fcommon
diff -r e9b2599e8cbd -r 84d5fde8c0db sys/arch/ofppc/stand/Makefile.inc
--- a/sys/arch/ofppc/stand/Makefile.inc Wed Apr 14 08:31:24 2021 +0000
+++ b/sys/arch/ofppc/stand/Makefile.inc Wed Apr 14 09:29:40 2021 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile.inc,v 1.4 2014/08/10 17:44:26 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2021/04/14 09:29:40 mrg Exp $
 
 BINDIR=                /usr/mdec
 
 CPPFLAGS+=     -D_STANDALONE
+COPTS+=                -fcommon
 
 CFLAGS+=       ${${ACTIVE_CC} == "gcc":? -msoft-float :}



Home | Main Index | Thread Index | Old Index