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/fe3bc40ec829
branches: trunk
changeset: 378476:fe3bc40ec829
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 27061b372b43 -r fe3bc40ec829 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 27061b372b43 -r fe3bc40ec829 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