summaryrefslogtreecommitdiff
path: root/profiles/arch/amd64/x32/make.defaults
blob: b509b305b008eae0c63d380b0f757e1ab78351de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

DEFAULT_ABI="x32"
ABI="x32"
MULTILIB_ABIS="amd64 x86 x32"

# Michał Górny <mgorny@gentoo.org> (2014-07-01)
# Default to abi_x86_x32 for packages that don't have it forced.
ABI_X86="x32"

# Michał Górny <mgorny@gentoo.org> (2014-06-25)
# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
# by non-multilib ebuilds when non-native ABIs are disabled.
IUSE_IMPLICIT="-abi_x86_64 abi_x86_x32"