summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-01-22 20:11:27 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-23 15:32:43 +0100
commit66b9feb7fb6fd56594f9dab7f9f5e85b8fe3cf20 (patch)
tree7629393e3487e853f7ac2ce3e0db6b85d2ccfe3b /profiles/arch/base/make.defaults
parentprofiles/prefix: Add arch/base to parent (diff)
downloadgentoo-66b9feb7fb6fd56594f9dab7f9f5e85b8fe3cf20.tar.gz
gentoo-66b9feb7fb6fd56594f9dab7f9f5e85b8fe3cf20.tar.bz2
gentoo-66b9feb7fb6fd56594f9dab7f9f5e85b8fe3cf20.zip
profiles: Move ARCH-specific defaults to arch/base
Diffstat (limited to 'profiles/arch/base/make.defaults')
-rw-r--r--profiles/arch/base/make.defaults9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/arch/base/make.defaults b/profiles/arch/base/make.defaults
new file mode 100644
index 000000000000..552931edaff1
--- /dev/null
+++ b/profiles/arch/base/make.defaults
@@ -0,0 +1,9 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+USE_EXPAND_UNPREFIXED="ARCH"
+USE_EXPAND_IMPLICIT="ARCH"
+USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm-linux arm64 hppa ia64 m68k m68k-mint mips nios2 ppc ppc64 ppc64-linux ppc-aix ppc-macos riscv s390 sh sparc sparc64-solaris sparc-fbsd sparc-solaris x64-cygwin x64-macos x64-solaris x86 x86-cygwin x86-fbsd x86-linux x86-macos x86-solaris x86-winnt"
+
+PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ARCH USE_EXPAND_VALUES_ARCH"