mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-cpp/tbb: Fix MULTILIB_ABI_FLAG on PowerPC
thanks Marcus Comstedt for the patch Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566758 Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -77,6 +77,8 @@ local_src_compile() {
|
||||
case ${MULTILIB_ABI_FLAG} in
|
||||
abi_x86_64) arch=x86_64 ;;
|
||||
abi_x86_32) arch=ia32 ;;
|
||||
abi_ppc_64) arch=ppc64 ;;
|
||||
abi_ppc_32) arch=ppc32 ;;
|
||||
esac
|
||||
|
||||
case "$(tc-getCXX)" in
|
||||
|
||||
Reference in New Issue
Block a user