https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159
--- Comment #13 from Sean Bruno <sbr...@freebsd.org> --- (In reply to David Naylor from comment #12) +ONLY_FOR_ARCHS= i386 amd64 arm +ONLY_FOR_ARCHS_REASON= PyPy JIT only supported on these architectures + ^^ needs to be "armv6" here. ARCH in ports translates to TARGET_ARCH in src. -# untested (and do not have jit support). -.if ${ARCH} == "i386" -PYPY_ARCH= x86_32 +.if ${ARCH} == "i386" || ${ARCH} == "arm" PYPY_BITS= 32 ^^ same here, needs to be armv6 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"