mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Merge updates from master
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user