GCC8 needs -Wno-stringop-overflow also for m68000 (sun2).
This commit is contained in:
parent
4322d47d74
commit
10afa7e5af
4
external/mpl/dhcp/bin/server/Makefile
vendored
4
external/mpl/dhcp/bin/server/Makefile
vendored
@ -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 @@ FILESDIR= /usr/share/examples/dhcp
|
||||
FILES= dhcpd.conf
|
||||
.endif
|
||||
|
||||
.if !empty(MACHINE_ARCH:Msh3*)
|
||||
.if !empty(MACHINE_ARCH:Msh3*) || ${MACHINE_ARCH} == "m68000"
|
||||
COPTS.ddns.c +=-Wno-stringop-overflow
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user