Author: Richard Plangger <[email protected]>
Branch: release-5.x
Changeset: r84422:fa3216ed9f10
Date: 2016-05-13 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/fa3216ed9f10/
Log: gcc does not recognize z13 (default to zEC12 instead)
diff --git a/rpython/translator/platform/arch/s390x.py
b/rpython/translator/platform/arch/s390x.py
--- a/rpython/translator/platform/arch/s390x.py
+++ b/rpython/translator/platform/arch/s390x.py
@@ -61,7 +61,7 @@
if machine == 2827 or machine == 2828:
return "zEC12"
if machine == 2964:
- return "z13"
+ return "zEC12" # it would be z13, but gcc does not recognize this!
# well all others are unsupported!
return "unknown"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit