diff options
author | David Seifert <soap@gentoo.org> | 2022-03-13 21:12:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-13 21:12:49 +0100 |
commit | 58d3fd255f80ce2f45275cc6e16b5529a10072f4 (patch) | |
tree | 680b5504eaf8d1e69bf314b748f77e69288dd27a /profiles/arch/powerpc/ppc64/32ul | |
parent | profiles: clean up stale entries (diff) | |
download | gentoo-58d3fd255f80ce2f45275cc6e16b5529a10072f4.tar.gz gentoo-58d3fd255f80ce2f45275cc6e16b5529a10072f4.tar.bz2 gentoo-58d3fd255f80ce2f45275cc6e16b5529a10072f4.zip |
profiles: remove dead abi_ppc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/arch/powerpc/ppc64/32ul')
-rw-r--r-- | profiles/arch/powerpc/ppc64/32ul/use.force | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/32ul/use.mask | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/profiles/arch/powerpc/ppc64/32ul/use.force b/profiles/arch/powerpc/ppc64/32ul/use.force index e7102de1a2df..c74bf3460241 100644 --- a/profiles/arch/powerpc/ppc64/32ul/use.force +++ b/profiles/arch/powerpc/ppc64/32ul/use.force @@ -3,8 +3,3 @@ ppc # Unforce the flag which corresponds to the 64-bit ARCH. -ppc64 - -# Michał Górny <mgorny@gentoo.org> (2014-06-27) -# Switch multilib flags for the ABI. --abi_ppc_64 -abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc64/32ul/use.mask b/profiles/arch/powerpc/ppc64/32ul/use.mask index abf49705cc6b..2e4685d1f36d 100644 --- a/profiles/arch/powerpc/ppc64/32ul/use.mask +++ b/profiles/arch/powerpc/ppc64/32ul/use.mask @@ -6,8 +6,3 @@ 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 |