diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-10 16:23:34 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-10 16:24:09 -0400 |
commit | e3f2aa0f0a2ae4f93d350611048d4952980495ad (patch) | |
tree | 79d5cbb6c57ae680e14cb0298c431cbcb5254283 /profiles/default/linux/arm64 | |
parent | x11-terms/rxvt-unicode: Old (diff) | |
download | gentoo-e3f2aa0f0a2ae4f93d350611048d4952980495ad.tar.gz gentoo-e3f2aa0f0a2ae4f93d350611048d4952980495ad.tar.bz2 gentoo-e3f2aa0f0a2ae4f93d350611048d4952980495ad.zip |
profiles: add new 17.0 arm64 musl profiles
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/default/linux/arm64')
5 files changed, 29 insertions, 0 deletions
diff --git a/profiles/default/linux/arm64/17.0/musl/eapi b/profiles/default/linux/arm64/17.0/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/musl/hardened/eapi b/profiles/default/linux/arm64/17.0/musl/hardened/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/arm64/17.0/musl/hardened/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/arm64/17.0/musl/hardened/parent b/profiles/default/linux/arm64/17.0/musl/hardened/parent new file mode 100644 index 000000000000..488bf0d8c2c3 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/musl/hardened/parent @@ -0,0 +1,2 @@ +.. +../../../../../../features/hardened/arm64 diff --git a/profiles/default/linux/arm64/17.0/musl/make.defaults b/profiles/default/linux/arm64/17.0/musl/make.defaults new file mode 100644 index 000000000000..d9ba618fa184 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/musl/make.defaults @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +ARCH="arm64" +ACCEPT_KEYWORDS="${ARCH}" + +CHOST="aarch64-gentoo-linux-musl" +CFLAGS="-O2" +CXXFLAGS="${CFLAGS}" +FFLAGS="${CFLAGS}" +FCFLAGS="${CFLAGS}" + +# Anthony G. Basile <blueness@gentoo.org> (25 Oct 2015) +# Multilib-related setup, bug #515130 +ABI="arm64" +DEFAULT_ABI="arm64" +MULTILIB_ABIS="arm64" +CHOST_arm64="${CHOST}" +LIBDIR_arm64="lib" + +# Michał Górny <mgorny@gentoo.org> (14 Mar 2017) +# Unhide the ARM-specific USE_EXPANDs. +USE_EXPAND_HIDDEN="-CPU_FLAGS_ARM" diff --git a/profiles/default/linux/arm64/17.0/musl/parent b/profiles/default/linux/arm64/17.0/musl/parent new file mode 100644 index 000000000000..a340ae545671 --- /dev/null +++ b/profiles/default/linux/arm64/17.0/musl/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/musl/ |