diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-12-04 22:28:38 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-12-04 22:28:38 +0000 |
commit | 66d4bdf369cfae02981ef58fcc93d8f31d79efd0 (patch) | |
tree | 4cf7230c19e4e7c18750ea5decf73b68d436693a /profiles/arch/base/make.defaults | |
parent | 9537deb073178c7a997e4810a6e499b74963089d (diff) |
redcore profile stub
Diffstat (limited to 'profiles/arch/base/make.defaults')
-rw-r--r-- | profiles/arch/base/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/base/make.defaults b/profiles/arch/base/make.defaults new file mode 100644 index 00000000..29f3d360 --- /dev/null +++ b/profiles/arch/base/make.defaults @@ -0,0 +1,8 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +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" |