The des_opts program suggests just "-DDES_UNROLL" on my 5000/260.

This commit is contained in:
simonb 2001-09-11 04:10:41 +00:00
parent 55e8bc4e8b
commit f278adc002
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: des.inc,v 1.1 2001/09/10 02:56:59 thorpej Exp $
# $NetBSD: des.inc,v 1.2 2001/09/11 04:10:41 simonb Exp $
CPPFLAGS+= -DDES_UNROLL -DDES_RISC2 -DDES_PTR
CPPFLAGS+= -DDES_UNROLL
.include "${.CURDIR}/des.inc"