Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mipsco/stand/installboot apply some GCC_NO_ADDR_OF_...
details: https://anonhg.NetBSD.org/src/rev/e118865e993c
branches: trunk
changeset: 975870:e118865e993c
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Sep 07 10:44:52 2020 +0000
description:
apply some GCC_NO_ADDR_OF_PACKED_MEMBER.
diffstat:
sys/arch/mipsco/stand/installboot/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8fab4829529c -r e118865e993c sys/arch/mipsco/stand/installboot/Makefile
--- a/sys/arch/mipsco/stand/installboot/Makefile Mon Sep 07 10:42:58 2020 +0000
+++ b/sys/arch/mipsco/stand/installboot/Makefile Mon Sep 07 10:44:52 2020 +0000
@@ -1,5 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2000/09/26 10:00:19 wdk Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/07 10:44:52 mrg Exp $
PROG= installboot
+CWARNFLAGS.gcc+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index