Source-Changes-HG archive

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

[src/trunk]: src/external/mpl/dhcp/bin/server GCC8 needs -Wno-stringop-overfl...



details:   https://anonhg.NetBSD.org/src/rev/5172f0c3af18
branches:  trunk
changeset: 933240:5172f0c3af18
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 23 00:32:42 2020 +0000

description:
GCC8 needs -Wno-stringop-overflow also for m68000 (sun2).

diffstat:

 external/mpl/dhcp/bin/server/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r de1adb736f6c -r 5172f0c3af18 external/mpl/dhcp/bin/server/Makefile
--- a/external/mpl/dhcp/bin/server/Makefile     Sat May 23 00:30:40 2020 +0000
+++ b/external/mpl/dhcp/bin/server/Makefile     Sat May 23 00:32:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/02/12 00:41:50 fox Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/23 00:32:42 rin Exp $
 
 .include <bsd.own.mk>
 
@@ -15,7 +15,7 @@
 FILES= dhcpd.conf
 .endif
 
-.if !empty(MACHINE_ARCH:Msh3*)
+.if !empty(MACHINE_ARCH:Msh3*) || ${MACHINE_ARCH} == "m68000"
 COPTS.ddns.c +=-Wno-stringop-overflow
 .endif
 



Home | Main Index | Thread Index | Old Index