From 1cbf5a4b5f9c9066e06469602f50d107de7f16a4 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Mon, 27 Jan 2020 10:34:56 -0800 Subject: [PATCH] profiles/default/linux/ppc64le/17.0/musl: new profile Signed-off-by: Georgy Yakovlev --- profiles/default/linux/ppc64le/17.0/musl/eapi | 1 + profiles/default/linux/ppc64le/17.0/musl/make.defaults | 6 ++++++ profiles/default/linux/ppc64le/17.0/musl/parent | 2 ++ profiles/profiles.desc | 1 + 4 files changed, 10 insertions(+) create mode 100644 profiles/default/linux/ppc64le/17.0/musl/eapi create mode 100644 profiles/default/linux/ppc64le/17.0/musl/make.defaults create mode 100644 profiles/default/linux/ppc64le/17.0/musl/parent 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 diff --git a/profiles/profiles.desc b/profiles/profiles.desc index a66f379c0512..3ab61a224c31 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -179,6 +179,7 @@ ppc64 default/linux/ppc64/17.0/musl exp ppc64 default/linux/ppc64/17.0/musl/hardened exp ppc64 default/linux/ppc64le/17.0 exp ppc64 default/linux/ppc64le/17.0/systemd exp +ppc64 default/linux/ppc64le/17.0/musl exp # RISC-V Profiles # @MAINTAINER: riscv@gentoo.org -- 2.26.2