summaryrefslogtreecommitdiff
blob: 4a1d10f6f86acf1740485fa276e01d32c261e11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# System-wide defaults for all AIX profiles
# This file should rarely need to be changed

# 'Sane' defaults
ELIBC="AIX"
KERNEL="AIX"

# no scanelf
FEATURES="nostrip"

# multilib build stuff, single ABI (no multilib)
MULTILIB_ABIS="ppc"
DEFAULT_ABI="ppc"
ABI="ppc"
IUSE_IMPLICIT="abi_ppc_32"
LIBDIR_ppc="lib"