diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-27 10:34:56 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-01-28 01:25:59 -0800 |
commit | 1cbf5a4b5f9c9066e06469602f50d107de7f16a4 (patch) | |
tree | a8870596aaf0020f802573b125df165d19ae0a83 /profiles/default | |
parent | profiles/default/linux/ppc64/17.0/musl/hardened: new profile (diff) | |
download | gentoo-1cbf5a4b5f9c9066e06469602f50d107de7f16a4.tar.gz gentoo-1cbf5a4b5f9c9066e06469602f50d107de7f16a4.tar.bz2 gentoo-1cbf5a4b5f9c9066e06469602f50d107de7f16a4.zip |
profiles/default/linux/ppc64le/17.0/musl: new profile
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/default')
-rw-r--r-- | profiles/default/linux/ppc64le/17.0/musl/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc64le/17.0/musl/make.defaults | 6 | ||||
-rw-r--r-- | profiles/default/linux/ppc64le/17.0/musl/parent | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc64le/17.0/musl/eapi b/profiles/default/linux/ppc64le/17.0/musl/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/musl/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64le/17.0/musl/make.defaults b/profiles/default/linux/ppc64le/17.0/musl/make.defaults new file mode 100644 index 000000000000..5d7c33d57870 --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/musl/make.defaults @@ -0,0 +1,6 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +CHOST="powerpc64le-unknown-linux-musl" +CHOST_ppc64="${CHOST}" +LIBDIR_ppc64="lib" diff --git a/profiles/default/linux/ppc64le/17.0/musl/parent b/profiles/default/linux/ppc64le/17.0/musl/parent new file mode 100644 index 000000000000..58651906cb67 --- /dev/null +++ b/profiles/default/linux/ppc64le/17.0/musl/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/musl |