Skip to content

Commit 0aacfc0

Browse files
committed
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 c8659d9 commit 0aacfc0

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
@@ -511,6 +511,9 @@ s390x-unknown-linux-gnu:
511511
host_cxx: /usr/bin/x86_64-linux-gnu-g++
512512
target_cc: /usr/bin/s390x-linux-gnu-gcc
513513
target_cxx: /usr/bin/s390x-linux-gnu-g++
514+
target_cflags:
515+
# set the minimum compatibility level to z10 (released 2008)
516+
- '-march=z10'
514517
needs:
515518
- autoconf
516519
- bdb

0 commit comments

Comments
 (0)