The abi_ppc* flags are going to be removed from multilib-build.eclass.
The older version seems to have worked fine without them, so commit them
out for now.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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 ;;
+# abi_ppc_64) arch=ppc64 ;;
+# abi_ppc_32) arch=ppc32 ;;
esac
case "$(tc-getCXX)" in
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 ;;
+# abi_ppc_64) arch=ppc64 ;;
+# abi_ppc_32) arch=ppc32 ;;
esac
case "$(tc-getCXX)" in
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 ;;
+# abi_ppc_64) arch=ppc64 ;;
+# abi_ppc_32) arch=ppc32 ;;
esac
case "$(tc-getCXX)" in
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 ;;
+# abi_ppc_64) arch=ppc64 ;;
+# abi_ppc_32) arch=ppc32 ;;
esac
case "$(tc-getCXX)" in