Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-07-05 21:06:42 +00:00
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( pypy3 python3_{10..12} )
PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi

View File

@@ -129,6 +129,10 @@ _setup-allowed-flags() {
# needed for arm64 (and in particular SCS)
-ffixed-x18
# needed for riscv (to prevent unaligned vector access)
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115789
-mstrict-align -mvector-strict-align
# gcc 4.5
-mno-fma4 -mno-movbe -mno-xop -mno-lwp
# gcc 4.6