Message386709
configure.ac contains triplet definitions for s390 and s390x mainframes. While s390x (Linux on IBM Z) is still widely supported, s390 is not. s390 was released in 1990 and discontinued in 1998, https://en.wikipedia.org/wiki/IBM_System/390
Ariadne Conill from Alpine pointed out that:
Linux has not supported booting on traditional 31-bit s390 since
Linux 4.1 in 2015. If you can't boot s390 (not s390x) with a modern
kernel, it is absurd to demand that other projects support s390.
https://github.com/pyca/cryptography/issues/5771#issuecomment-775872483
I propose to remove check for __s390__ from configure.ac and configure.
We might also want to remove __alpha__, __hppa__, and __m68k__ at a later point. DEC hasn't been around for a long time. |
|
Date |
User |
Action |
Args |
2021-02-09 11:41:13 | christian.heimes | set | recipients:
+ christian.heimes |
2021-02-09 11:41:13 | christian.heimes | set | messageid: <1612870873.59.0.718960539942.issue43179@roundup.psfhosted.org> |
2021-02-09 11:41:13 | christian.heimes | link | issue43179 messages |
2021-02-09 11:41:13 | christian.heimes | create | |
|