commit:     46eb31866a3681f411ddaa41ad3528f4655b9ee1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 21:36:56 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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: s...@gentoo.org

Reply via email to