Module Name: src
Committed By: christos
Date: Sat Nov 9 00:33:48 UTC 2013
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
more sh3 hacks.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/racoon/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/racoon/Makefile
diff -u src/usr.sbin/racoon/Makefile:1.26 src/usr.sbin/racoon/Makefile:1.27
--- src/usr.sbin/racoon/Makefile:1.26 Thu Jun 20 11:42:58 2013
+++ src/usr.sbin/racoon/Makefile Fri Nov 8 19:33:48 2013
@@ -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.
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>