diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-10 00:08:11 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-05-10 02:00:21 +0100 |
commit | 4d587a4d38d0ad25c46b194d88f59ae467e508cf (patch) | |
tree | 88145f677053a9a5bd053b09313478ac523dc3bb /eclass/toolchain.eclass | |
parent | app-benchmarks/hey: Fix to compile with latest go (diff) | |
download | gentoo-4d587a4d38d0ad25c46b194d88f59ae467e508cf.tar.gz gentoo-4d587a4d38d0ad25c46b194d88f59ae467e508cf.tar.bz2 gentoo-4d587a4d38d0ad25c46b194d88f59ae467e508cf.zip |
toolchain.eclass: downgrade znver2 to znver1
Multiple other downgrades are missing here after 4.9 though
Closes: https://bugs.gentoo.org/721690
Closes: https://github.com/gentoo/gentoo/pull/15733
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index c7eeb63b6d22..a8fd3e953bc3 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1403,6 +1403,7 @@ downgrade_arch_flags() { # "added" "arch" "replacement" local archlist=( + 9 znver2 znver1 4.9 bdver4 bdver3 4.9 bonnell atom 4.9 broadwell core-avx2 |