diff --git a/pypy3.spec b/pypy3.spec index cf46f81..e7f3045 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -12,9 +12,8 @@ Summary: Python 3 implementation with a Just-In-Time compiler License: MIT and Python and UCD URL: http://pypy.org/ -# aarch64: Not available yet # ppc64: Broken on F29+ https://bugzilla.redhat.com/show_bug.cgi?id=1619601 -ExcludeArch: aarch64 %{power64} +ExcludeArch: %{power64} # High-level configuration of the build: @@ -99,6 +98,7 @@ ExcludeArch: aarch64 %{power64} # it on the other archs. The resulting binary will typically be slower than # CPython for the latter case. +# aarch64: https://bitbucket.org/pypy/pypy/issues/3086 %ifarch %{ix86} x86_64 %{arm} %{power64} s390x %global with_jit 1 %else @@ -869,6 +869,7 @@ CheckPyPy %{name}-stackless %changelog * Mon Oct 14 2019 Miro HronĨok - 7.2.0-1 - Update to 7.2.0 (#1757707) +- Enable aarch64 (without JIT) * Fri Jul 26 2019 Fedora Release Engineering - 7.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild