diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-01 18:13:57 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-01 18:27:39 +0100 |
commit | 609743f9fff7194ca58fec4ad967bdd9ef093f75 (patch) | |
tree | edad4e60ae9f54a2e516ae98227b0ba426a389b4 /eclass/toolchain.eclass | |
parent | sys-devel/gcc: 9.4.0: cut 1 patchset, a copy of 9.3.0 patches (diff) | |
download | gentoo-609743f9fff7194ca58fec4ad967bdd9ef093f75.tar.gz gentoo-609743f9fff7194ca58fec4ad967bdd9ef093f75.tar.bz2 gentoo-609743f9fff7194ca58fec4ad967bdd9ef093f75.zip |
toolchain.eclass: add -march=znver3 mangling
Noticed as a gcc-9 build failure as it does not support -march=znver3.
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 f41ce22c5915..3c495631a0e8 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1300,6 +1300,7 @@ downgrade_arch_flags() { # "added" "arch" "replacement" local archlist=( + 10 znver3 znver2 9 znver2 znver1 4.9 bdver4 bdver3 4.9 bonnell atom |