diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-03-27 22:34:49 -0500 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-03-27 22:34:49 -0500 |
commit | e685db211eb9b89ac0e7d8f55c7688ca7e38d489 (patch) | |
tree | 94daa917f22550cf1ce677fe1a50942eceaa064c | |
parent | d19b6ee2d696e3226ec71c6ea5d83c51cc4fde0a (diff) | |
download | packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.tar.gz packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.tar.bz2 packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.tar.xz packages-e685db211eb9b89ac0e7d8f55c7688ca7e38d489.zip |
Add CHOST for x86_64 and armv7a
-rw-r--r-- | profiles/adelie/1.0/arm/v7a/make.defaults | 1 | ||||
-rw-r--r-- | profiles/adelie/1.0/arm/v7a/parent | 1 | ||||
-rw-r--r-- | profiles/arch/x86_64/make.defaults | 2 |
3 files changed, 4 insertions, 0 deletions
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" |