commit: 7ef370b8d845b6f336b720eaf48bc39be4382f4b Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com> AuthorDate: Sun Jul 3 17:46:16 2022 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Thu Jul 7 06:57:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef370b8
profiles: add prefix-standalone profile for riscv Closes: https://github.com/gentoo/gentoo/pull/26211 Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com> Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org> profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/eapi | 1 + profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/eapi | 1 + .../default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/parent | 2 ++ profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/parent | 1 + profiles/profiles.desc | 1 + 5 files changed, 6 insertions(+) diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/eapi b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/eapi b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/parent b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/parent new file mode 100644 index 000000000000..df2c40188f35 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+/parent @@ -0,0 +1,2 @@ +.. +../../../../../../../../features/prefix/standalone diff --git a/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/parent b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/default/linux/riscv/20.0/rv64gc/lp64d/prefix/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 7795134abf23..3032669453bf 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -323,6 +323,7 @@ amd64-linux default/linux/amd64/17.0/no-multilib/prefix/kernel-2.6.16+ exp amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-3.2+ exp amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.32+ exp amd64-linux default/linux/amd64/17.1/no-multilib/prefix/kernel-2.6.16+ exp +riscv-linux default/linux/riscv/20.0/rv64gc/lp64d/prefix/kernel-3.2+ exp x86-linux default/linux/x86/17.0/prefix/kernel-3.2+ exp x86-linux default/linux/x86/17.0/prefix/kernel-2.6.32+ exp x86-linux default/linux/x86/17.0/prefix/kernel-2.6.16+ exp
