diff --git a/math/cln/Makefile b/math/cln/Makefile index c34c8fb7415a..52cdbd331088 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -25,7 +25,7 @@ BROKEN_aarch64= Fails to compile: error: declaration of divu_64_rest in global s .include -.if ${ARCH} == aarch64 || ${ARCH} == armv6 +.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7 CPPFLAGS+= -DNO_ASM .endif