diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-07 21:37:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-07 21:39:34 +0200 |
commit | 545f41df4c2d596906ec121928fb77681185c458 (patch) | |
tree | a847305b0511108855289240efa10dbd5c97ae1a /eclass | |
parent | dev-cpp/tbb: Mask abi_ppc* flag usage (diff) | |
download | gentoo-545f41df4c2d596906ec121928fb77681185c458.tar.gz gentoo-545f41df4c2d596906ec121928fb77681185c458.tar.bz2 gentoo-545f41df4c2d596906ec121928fb77681185c458.zip |
multilib-build.eclass: Comment abi_ppc* flags out
PowerPC does not have a single multilib profile, and therefore the flags
do not really serve any purpose. Comment them out to reduce the total
number of USE flags in USE-deps.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index beb98ab27086..97fc05b23540 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -45,8 +45,8 @@ _MULTILIB_FLAGS=( abi_mips_n32:n32 abi_mips_n64:n64 abi_mips_o32:o32 - abi_ppc_32:ppc,ppc_aix,ppc_macos - abi_ppc_64:ppc64 +# abi_ppc_32:ppc,ppc_aix,ppc_macos +# abi_ppc_64:ppc64 abi_riscv_lp64d:lp64d abi_riscv_lp64:lp64 abi_s390_32:s390 |