commit: 8b43bd943c9dd10157ae8902503c251de7d0f4fe Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Sep 8 15:58:33 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Sep 8 15:59:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b43bd94
profiles/arch/mips: Mask libcxx-related flags on LLVM Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/arch/mips/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index 364eaade9d14..28ba9048e89a 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (2024-09-08) +# libcxx is broken on mips, https://bugs.gentoo.org/939297#c2 +sys-devel/clang-common default-libcxx +sys-devel/clang-runtime libcxx + # Hans de Graaff <[email protected]> (2024-09-08) # Requires large parts of dev-ruby/rails to be keyworded dev-ruby/minitest-hooks test
