diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-24 19:24:06 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-28 01:25:53 -0800 |
commit | 51611c5418ea8bc05e467a18f1554074bff05dc5 (patch) | |
tree | 392539ea50e5305dee71c2dd1372b8671975c881 /profiles/default | |
parent | profiles/default/linux/ppc/17.0/developer: new profile (diff) | |
download | gentoo-51611c5418ea8bc05e467a18f1554074bff05dc5.tar.gz gentoo-51611c5418ea8bc05e467a18f1554074bff05dc5.tar.bz2 gentoo-51611c5418ea8bc05e467a18f1554074bff05dc5.zip |
profiles/default/linux/ppc/17.0/musl: new profile
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/ppc/17.0/musl/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc/17.0/musl/make.defaults | 10 | ||||
-rw-r--r-- | profiles/default/linux/ppc/17.0/musl/parent | 2 |
3 files changed, 13 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc/17.0/musl/eapi b/profiles/default/linux/ppc/17.0/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc/17.0/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc/17.0/musl/make.defaults b/profiles/default/linux/ppc/17.0/musl/make.defaults new file mode 100644 index 000000000000..c44b66e671a6 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/musl/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="powerpc-gentoo-linux-musl" + +# Anthony G. Basile <blueness@gentoo.org> (2014-07-01) +# Multilib-related setup, bug #515130 +MULTILIB_ABIS="ppc" +CHOST_ppc="${CHOST}" +LIBDIR_ppc="lib" diff --git a/profiles/default/linux/ppc/17.0/musl/parent b/profiles/default/linux/ppc/17.0/musl/parent new file mode 100644 index 000000000000..58651906cb67 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/musl/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/musl |