From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3039B138350 for ; Tue, 28 Jan 2020 09:26:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 298D5E087A; Tue, 28 Jan 2020 09:26:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88827E0891 for ; Tue, 28 Jan 2020 09:26:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9AE9C34E4BD for ; Tue, 28 Jan 2020 09:26:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD9D5111 for ; Tue, 28 Jan 2020 09:26:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1580203553.51611c5418ea8bc05e467a18f1554074bff05dc5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ppc/17.0/musl/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/ppc/17.0/musl/eapi profiles/default/linux/ppc/17.0/musl/make.defaults profiles/default/linux/ppc/17.0/musl/parent profiles/profiles.desc X-VCS-Directories: profiles/default/linux/ppc/17.0/musl/ profiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 51611c5418ea8bc05e467a18f1554074bff05dc5 X-VCS-Branch: master Date: Tue, 28 Jan 2020 09:26:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 70530090-4615-4a09-adbe-34419e82747c X-Archives-Hash: d6c56c473867ae2cf48aceb56f5e44b2 commit: 51611c5418ea8bc05e467a18f1554074bff05dc5 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jan 25 03:24:06 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jan 28 09:25:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51611c54 profiles/default/linux/ppc/17.0/musl: new profile Signed-off-by: Georgy Yakovlev gentoo.org> profiles/default/linux/ppc/17.0/musl/eapi | 1 + profiles/default/linux/ppc/17.0/musl/make.defaults | 10 ++++++++++ profiles/default/linux/ppc/17.0/musl/parent | 2 ++ profiles/profiles.desc | 1 + 4 files changed, 14 insertions(+) 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 00000000000..7ed6ff82de6 --- /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 00000000000..c44b66e671a --- /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 (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 00000000000..58651906cb6 --- /dev/null +++ b/profiles/default/linux/ppc/17.0/musl/parent @@ -0,0 +1,2 @@ +.. +../../../../../features/musl diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 12974a7e091..60bf376a6bc 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -166,6 +166,7 @@ ppc default/linux/ppc/17.0/desktop exp ppc default/linux/ppc/17.0/desktop/gnome exp ppc default/linux/ppc/17.0/desktop/gnome/systemd exp ppc default/linux/ppc/17.0/developer exp +ppc default/linux/ppc/17.0/musl exp ppc64 default/linux/ppc64/17.0 exp ppc64 default/linux/ppc64le/17.0 exp