Skip to content

Commit e66a8e8

Browse files
committed
scripts/bootstrap-prefix: catch any riscv tuple #923410
Thanks Julián. Bug: https://bugs.gentoo.org/923410 Signed-off-by: Fabian Groffen <[email protected]>
1 parent ae29051 commit e66a8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bootstrap-prefix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ bootstrap_profile() {
385385
i*86-pc-linux-gnu)
386386
profile=${profile_linux/ARCH/x86}
387387
;;
388-
riscv64-pc-linux-gnu)
388+
riscv64-*-linux-gnu)
389389
profile=${profile_linux/ARCH/riscv}
390390
profile=${profile/17.0/20.0/rv64gc/lp64d}
391391
;;

0 commit comments

Comments
 (0)