From e685db211eb9b89ac0e7d8f55c7688ca7e38d489 Mon Sep 17 00:00:00 2001 From: Andrew Wilcox Date: Sun, 27 Mar 2016 22:34:49 -0500 Subject: Add CHOST for x86_64 and armv7a --- profiles/adelie/1.0/arm/v7a/make.defaults | 1 + profiles/adelie/1.0/arm/v7a/parent | 1 + profiles/arch/x86_64/make.defaults | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 profiles/adelie/1.0/arm/v7a/make.defaults create mode 100644 profiles/adelie/1.0/arm/v7a/parent (limited to 'profiles') diff --git a/profiles/adelie/1.0/arm/v7a/make.defaults b/profiles/adelie/1.0/arm/v7a/make.defaults new file mode 100644 index 000000000..acc01de5e --- /dev/null +++ b/profiles/adelie/1.0/arm/v7a/make.defaults @@ -0,0 +1 @@ +CHOST="armv7a-foxkit-linux-musleabihf" diff --git a/profiles/adelie/1.0/arm/v7a/parent b/profiles/adelie/1.0/arm/v7a/parent new file mode 100644 index 000000000..f3229c5b9 --- /dev/null +++ b/profiles/adelie/1.0/arm/v7a/parent @@ -0,0 +1 @@ +.. 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" -- cgit v1.2.3-60-g2f50