blob: abf49705cc6b77186e659ab6e2ab74344aa98f71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Unmask the flag which corresponds to ARCH.
-ppc
# Mask the flag which corresponds to the 64-bit ARCH.
ppc64
# We mask this since we're not really a multilib profile
multilib
# Michał Górny <mgorny@gentoo.org> (2014-06-27)
# Switch multilib flags for the ABI.
abi_ppc_64
-abi_ppc_32
|