mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
Force enabling respective abi_* flags on sys-devel/gcc dependencies in profiles where multiple MULTILIB_ABIS are used by default. This prevents sys-devel/gcc build from failing late in the build with cryptic error messages when USE=multilib (that is forced on) is used along with USE=objc. Bug: https://bugs.gentoo.org/617788 Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/33216 Signed-off-by: Sam James <sam@gentoo.org>
8 lines
409 B
Text
8 lines
409 B
Text
# Copyright 2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# Michał Górny <mgorny@gentoo.org> (2023-10-06)
|
|
# Require ABIs matching MULTILIB_ABIS in gcc dependencies -- otherwise
|
|
# sys-devel/gcc[multilib] (which is forced) will fail late in build.
|
|
dev-libs/libatomic_ops abi_mips_n32 abi_mips_n64 abi_mips_o32
|
|
dev-libs/boehm-gc abi_mips_n32 abi_mips_n64 abi_mips_o32
|