summaryrefslogtreecommitdiff
path: root/profiles/arch/x86_64
diff options
context:
space:
mode:
authorAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-03-27 22:34:49 -0500
committerAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-03-27 22:34:49 -0500
commite685db211eb9b89ac0e7d8f55c7688ca7e38d489 (patch)
tree94daa917f22550cf1ce677fe1a50942eceaa064c /profiles/arch/x86_64
parentd19b6ee2d696e3226ec71c6ea5d83c51cc4fde0a (diff)
downloadpackages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.tar.gz
packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.tar.bz2
packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.tar.xz
packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.zip
Add CHOST for x86_64 and armv7a
Diffstat (limited to 'profiles/arch/x86_64')
-rw-r--r--profiles/arch/x86_64/make.defaults2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/arch/x86_64/make.defaults b/profiles/arch/x86_64/make.defaults
index 8745460a4..a0ff1c2d5 100644
--- a/profiles/arch/x86_64/make.defaults
+++ b/profiles/arch/x86_64/make.defaults
@@ -1,3 +1,5 @@
+CHOST="x86_64-foxkit-linux-musl"
+
# We definitely use 64-bit ABI.
ABI_X86="64"
IUSE_IMPLICIT="abi_x86_64"