Index: Makefile =================================================================== --- Makefile (revision 479915) +++ Makefile (working copy) @@ -8,6 +8,8 @@ TEST_TARGET= test -BROKEN_mips64= fails to compile: KeccakHash.h: No such file or directory +.include "${MASTERDIR}/Makefile" -.include "${MASTERDIR}/Makefile" +.if ${ARCH:Mpowerpc*} || ${ARCH} == mips64 +CFLAGS+= -DHAVE_SLOW_HASH3 +.endif