1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

NO_ASM is also needed on armv7.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2017-11-30 08:22:47 +00:00
parent 1698f47443
commit 3082a020e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455177

View File

@ -25,7 +25,7 @@ BROKEN_aarch64= Fails to compile: error: declaration of divu_64_rest in global s
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH} == armv6
.if ${ARCH} == aarch64 || ${ARCH} == armv6 || ${ARCH} == armv7
CPPFLAGS+= -DNO_ASM
.endif