diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-21 23:36:56 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-21 23:37:38 +0200 |
commit | 46eb31866a3681f411ddaa41ad3528f4655b9ee1 (patch) | |
tree | da44cc9172c0493d764e195b72aed43e54787972 /profiles | |
parent | sys-apps/ethtool: keyword 5.12 for ~riscv (diff) | |
download | gentoo-46eb31866a3681f411ddaa41ad3528f4655b9ee1.tar.gz gentoo-46eb31866a3681f411ddaa41ad3528f4655b9ee1.tar.bz2 gentoo-46eb31866a3681f411ddaa41ad3528f4655b9ee1.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
6 files changed, 17 insertions, 0 deletions
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 000000000000..7ed6ff82de6b --- /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 000000000000..42e660f1a345 --- /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 000000000000..f3229c5b9876 --- /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 000000000000..7ed6ff82de6b --- /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 000000000000..44f88d3e2df0 --- /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 bb9409df2bbc..6328acc2d092 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 |