commit: 7fa4329d06020143987e2f30da1c06088a213770 Author: Atharva <atharvaamritkar <AT> protonmail <DOT> com> AuthorDate: Thu Jul 7 18:46:54 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 13 05:41:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7fa4329d
bootstrap-prefix.sh: using lp64d for riscv profile Signed-off-by: Atharva <atharvaamritkar <AT> protonmail.com> Closes: https://github.com/gentoo/prefix/pull/13 Signed-off-by: Sam James <sam <AT> gentoo.org> scripts/bootstrap-prefix.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh index 1c85f79afb..8987352b22 100755 --- a/scripts/bootstrap-prefix.sh +++ b/scripts/bootstrap-prefix.sh @@ -425,6 +425,7 @@ bootstrap_setup() { ;; riscv64-pc-linux-gnu) profile=${profile_linux/ARCH/riscv} + profile=${profile/17.0/20.0/rv64gc/lp64d} ;; x86_64-pc-linux-gnu) profile=${profile_linux/ARCH/amd64} @@ -441,6 +442,7 @@ bootstrap_setup() { ;; riscv-pc-unknown-linux-gnu) profile=${profile_linux/ARCH/riscv} + profile=${profile/17.0/20.0/rv64gc/lp64d} ;; aarch64-unknown-linux-gnu) profile=${profile_linux/ARCH/arm64}
