[Bug 202159] lang/pypy: Broken on ARM64 and ARMv6 (unknown machine name %s)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 12 15:06:35 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159
--- Comment #13 from Sean Bruno <sbruno at 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.
More information about the freebsd-python
mailing list