summaryrefslogtreecommitdiff
path: root/profiles/prefix/aix/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/prefix/aix/make.defaults')
-rw-r--r--profiles/prefix/aix/make.defaults19
1 files changed, 19 insertions, 0 deletions
diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults
new file mode 100644
index 000000000000..4a1d10f6f86a
--- /dev/null
+++ b/profiles/prefix/aix/make.defaults
@@ -0,0 +1,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"