more sh3 hacks.

This commit is contained in:
christos 2013-11-09 00:33:48 +00:00
parent 962ea0a35a
commit f7bfce339d

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.26 2013/06/20 15:42:58 christos Exp $
# $NetBSD: Makefile,v 1.27 2013/11/09 00:33:48 christos Exp $
WARNS?= 0 # XXX third-party program, many issues
NOCLANGERROR= # defined
@ -72,4 +72,9 @@ prsa_tok.c: ${DIST}/src/racoon/prsa_tok.l
prsa_par.c: ${DIST}/src/racoon/prsa_par.y
${YACC} -pprsa -d -o ${.TARGET} ${.ALLSRC}
.if defined(HAVE_GCC) && ${HAVE_GCC} == 48
.if ${MACHINE_ARCH} == "sh3el"
COPTS.ipsec_doi.c= -O0
.endif
.endif
.include <bsd.prog.mk>