For the sh5 target, reduce optimization level for two files so that
BIND compiles on that platform.
This commit is contained in:
parent
81fc849478
commit
ab248774f6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/05/18 00:06:58 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2004/11/11 00:34:05 he Exp $
|
||||
|
||||
LIB=dns
|
||||
|
||||
|
@ -12,6 +12,12 @@ DIST= ${IDIST}/lib/dns
|
|||
.PATH.c: ${DIST}/unix ${DIST}/sec/dst ${DIST}
|
||||
CPPFLAGS+=-I${.CURDIR}/../include/dns -I${DIST}
|
||||
|
||||
# XXX
|
||||
.if ${MACHINE_CPU} == "sh5"
|
||||
COPTS.rbtdb.c= -O1
|
||||
COPTS.rbtdb64.c= -O1
|
||||
.endif
|
||||
|
||||
DNSSEC_SRCS= dst_api.c dst_lib.c dst_parse.c dst_result.c \
|
||||
gssapi_link.c gssapictx.c hmac_link.c key.c openssl_link.c \
|
||||
openssldh_link.c openssldsa_link.c opensslrsa_link.c
|
||||
|
|
Loading…
Reference in New Issue