blob: 1877b3282e84ebfc93dc32b446e1795967be8a7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/x32/make.defaults,v 1.3 2014/06/25 08:18:42 mgorny Exp $
DEFAULT_ABI="x32"
ABI="x32"
MULTILIB_ABIS="amd64 x86 x32"
FEATURES="collision-protect multilib-strict"
SYMLINK_LIB="no"
# Michał Górny <mgorny@gentoo.org> (25 Jun 2014)
# Make the native ABI implicit so that MULTILIB_USEDEP can be satisfied
# by non-multilib ebuilds when non-native ABIs are disabled.
IMPLICIT_IUSE="-abi_x86_64 abi_x86_x32"
|