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 E23E71382C5 for ; Mon, 21 Jun 2021 21:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3328FE0855; Mon, 21 Jun 2021 21:37:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0B64CE0855 for ; Mon, 21 Jun 2021 21:37:52 +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 1F9A033E3A9 for ; Mon, 21 Jun 2021 21:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCD0B7A1 for ; Mon, 21 Jun 2021 21:37:49 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1624311458.46eb31866a3681f411ddaa41ad3528f4655b9ee1.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/riscv/20.0/rv64gc/multilib/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/riscv/20.0/rv64gc/multilib/eapi profiles/default/linux/riscv/20.0/rv64gc/multilib/make.defaults profiles/default/linux/riscv/20.0/rv64gc/multilib/parent profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/eapi profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/parent profiles/profiles.desc X-VCS-Directories: profiles/default/linux/riscv/20.0/rv64gc/multilib/ profiles/ profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 46eb31866a3681f411ddaa41ad3528f4655b9ee1 X-VCS-Branch: master Date: Mon, 21 Jun 2021 21:37:49 +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: dcfd1913-cee8-488b-8c87-75636a75340a X-Archives-Hash: d4ca20408ccf4b87b9ff10411dc61533 commit: 46eb31866a3681f411ddaa41ad3528f4655b9ee1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Jun 21 21:36:56 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Jun 21 21:37:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46eb3186 profiles.desc: Add experimental 20.0 multilib profiles Default ABI is 1-level-libdir, others 2-level Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/default/linux/riscv/20.0/rv64gc/multilib/eapi | 1 + .../default/linux/riscv/20.0/rv64gc/multilib/make.defaults | 10 ++++++++++ profiles/default/linux/riscv/20.0/rv64gc/multilib/parent | 1 + profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/eapi | 1 + .../default/linux/riscv/20.0/rv64gc/multilib/systemd/parent | 2 ++ profiles/profiles.desc | 2 ++ 6 files changed, 17 insertions(+) diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/eapi b/profiles/default/linux/riscv/20.0/rv64gc/multilib/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/multilib/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/make.defaults b/profiles/default/linux/riscv/20.0/rv64gc/multilib/make.defaults new file mode 100644 index 00000000000..42e660f1a34 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/multilib/make.defaults @@ -0,0 +1,10 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# we need to reset the two-level libdirs here, otherwise the one-level +# paths lead to collisions... note that the default abi libdir remains +# "lib64" + +LIBDIR_lp64="lib64/lp64" +LIBDIR_ilp32d="lib32/ilp32d" +LIBDIR_ilp32="lib32/ilp32" diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/parent b/profiles/default/linux/riscv/20.0/rv64gc/multilib/parent new file mode 100644 index 00000000000..f3229c5b987 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/multilib/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/eapi b/profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/eapi new file mode 100644 index 00000000000..7ed6ff82de6 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/parent b/profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/parent new file mode 100644 index 00000000000..44f88d3e2df --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/multilib/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index bb9409df2bb..6328acc2d09 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -209,6 +209,8 @@ riscv default/linux/riscv/20.0/rv64gc/lp64d stable riscv default/linux/riscv/20.0/rv64gc/lp64d/systemd stable riscv default/linux/riscv/20.0/rv64gc/lp64 stable riscv default/linux/riscv/20.0/rv64gc/lp64/systemd stable +riscv default/linux/riscv/20.0/rv64gc/multilib exp +riscv default/linux/riscv/20.0/rv64gc/multilib/systemd exp # S390 Profiles # @MAINTAINER: s390@gentoo.org