Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 15:06:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 202159] lang/pypy: Broken on ARM64 and ARMv6 (unknown machine name %s)
Message-ID:  <bug-202159-21822-QNp1hkalV3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-202159-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-202159-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202159

--- Comment #13 from Sean Bruno <sbruno@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-202159-21822-QNp1hkalV3>