Source-Changes-HG archive

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

[src/trunk]: src remove GCC_NO_ADDR_OF_PACKED_MEMBER now lfs_accessors.h works.



details:   https://anonhg.NetBSD.org/src/rev/28b40b0ddd6b
branches:  trunk
changeset: 938374:28b40b0ddd6b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Sep 07 03:19:04 2020 +0000

description:
remove GCC_NO_ADDR_OF_PACKED_MEMBER now lfs_accessors.h works.

diffstat:

 sbin/fsck_lfs/Makefile    |  4 +---
 usr.sbin/dumplfs/Makefile |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r c3e9c2ba02fc -r 28b40b0ddd6b sbin/fsck_lfs/Makefile
--- a/sbin/fsck_lfs/Makefile    Mon Sep 07 03:12:51 2020 +0000
+++ b/sbin/fsck_lfs/Makefile    Mon Sep 07 03:19:04 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2020/09/06 07:20:27 mrg Exp $
+#      $NetBSD: Makefile,v 1.22 2020/09/07 03:19:04 mrg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 WARNS?=        3       # XXX: sign-compare issues
@@ -19,6 +19,4 @@
 LDADD+=-lutil
 DPADD+=${LIBUTIL}
 
-CWARNFLAGS.gcc+=       ${GCC_NO_ADDR_OF_PACKED_MEMBER}
-
 .include <bsd.prog.mk>
diff -r c3e9c2ba02fc -r 28b40b0ddd6b usr.sbin/dumplfs/Makefile
--- a/usr.sbin/dumplfs/Makefile Mon Sep 07 03:12:51 2020 +0000
+++ b/usr.sbin/dumplfs/Makefile Mon Sep 07 03:19:04 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2020/09/06 07:20:31 mrg Exp $
+#      $NetBSD: Makefile,v 1.20 2020/09/07 03:19:05 mrg Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 WARNS?=        3       # XXX -Wsign-compare
@@ -12,6 +12,4 @@
 LDADD+=        -lutil
 DPADD+= ${LIBUTIL}
 
-CWARNFLAGS.gcc+=               ${GCC_NO_ADDR_OF_PACKED_MEMBER}
-
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index