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, 0 insertions, 19 deletions
diff --git a/profiles/prefix/aix/make.defaults b/profiles/prefix/aix/make.defaults
deleted file mode 100644
index 4a1d10f6f86a..000000000000
--- a/profiles/prefix/aix/make.defaults
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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"