diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-08-01 12:16:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2022-08-01 12:16:53 +0200 |
commit | e1e86a6b1d4a37ab6e53a92b8a3b95bc27584caa (patch) | |
tree | 71c30aac81b4cba59ac18c7c36d8fac296eb830e /profiles/default | |
parent | x11-plugins/e16-epplets: fix build with musl (diff) | |
download | gentoo-e1e86a6b1d4a37ab6e53a92b8a3b95bc27584caa.tar.gz gentoo-e1e86a6b1d4a37ab6e53a92b8a3b95bc27584caa.tar.bz2 gentoo-e1e86a6b1d4a37ab6e53a92b8a3b95bc27584caa.zip |
profiles: mask gcc:12 on multilib riscv, something is b0rken
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask b/profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask new file mode 100644 index 000000000000..51468882140c --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/multilib/package.mask @@ -0,0 +1,7 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-08-01) +# Something in gcc-12 broke riscv multilib... investigating... +# (symptom: glibc fails to emerge for non-default abi) +sys-devel/gcc:12 |