Enable JIT on power and s390x
This commit is contained in:
parent
2b72df539c
commit
a6780ec435
@ -93,7 +93,7 @@ ExcludeArch: aarch64
|
||||
# it on the other archs. The resulting binary will typically be slower than
|
||||
# CPython for the latter case.
|
||||
|
||||
%ifarch %{ix86} x86_64 %{arm}
|
||||
%ifarch %{ix86} x86_64 %{arm} %{power64} s390x
|
||||
%global with_jit 1
|
||||
%else
|
||||
%global with_jit 0
|
||||
@ -832,6 +832,7 @@ CheckPyPy %{name}-stackless
|
||||
* Mon Dec 25 2017 Miro Hrončok <mhroncok@redhat.com> - 5.10.0-1
|
||||
- Update to 5.10 (#1528841)
|
||||
- Use pypy2 and python2-pycparser (note the twos)
|
||||
- Enable JIT on power and s390x
|
||||
|
||||
* Fri Oct 20 2017 Miro Hrončok <mhroncok@redhat.com> - 5.9.0-1
|
||||
- Update to 5.9 (#1504427)
|
||||
|
Loading…
Reference in New Issue
Block a user