another gcc workaround

This commit is contained in:
christos 2013-11-09 00:26:06 +00:00
parent 918e319dfb
commit 644993d9ca
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2013/04/11 16:59:16 christos Exp $
# $NetBSD: Makefile,v 1.2 2013/11/09 00:26:06 christos Exp $
USE_SHLIBDIR=yes
.include <bsd.own.mk>
@ -28,4 +28,10 @@ poll.c \
select.c \
signal.c
.if defined(HAVE_GCC) && ${HAVE_GCC} == 48
.if ${MACHINE_ARCH} == "sh3el"
COPTS.evdns.c= -O0
.endif
.endif
.include <bsd.lib.mk>