Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/racoon more sh3 hacks.



details:   https://anonhg.NetBSD.org/src/rev/1f8981f9977c
branches:  trunk
changeset: 791217:1f8981f9977c
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Nov 09 00:33:48 2013 +0000

description:
more sh3 hacks.

diffstat:

 usr.sbin/racoon/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d67d627ff367 -r 1f8981f9977c usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile  Sat Nov 09 00:29:47 2013 +0000
+++ b/usr.sbin/racoon/Makefile  Sat Nov 09 00:33:48 2013 +0000
@@ -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_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>



Home | Main Index | Thread Index | Old Index