Skip to content

Commit e81856b

Browse files
Edward-Knightgeofft
authored andcommitted
Bump minimum supported s390x arch-level to z10
This has been done to support OpenSSL 3.5 that uses the `cijne` opcode. This is still a very conservative arch-level. Gentoo also made this change when updating to OpenSSL 3.5, and to quote the news item from Andreas K. Hüttel: > The z10 Enterprise Class (2097 series) was introduced in February 2008, > which essentially means everyone except hardware archaeologists should be fine.
1 parent 6d3649f commit e81856b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpython-unix/targets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,9 @@ s390x-unknown-linux-gnu:
552552
host_cxx: /usr/bin/x86_64-linux-gnu-g++
553553
target_cc: /usr/bin/s390x-linux-gnu-gcc
554554
target_cxx: /usr/bin/s390x-linux-gnu-g++
555+
target_cflags:
556+
# set the minimum compatibility level to z10 (released 2008)
557+
- '-march=z10'
555558
needs:
556559
- autoconf
557560
- bdb

0 commit comments

Comments
 (0)