You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/profiles/prefix/aix/make.defaults

21 lines
423 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# 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"