mirror of
https://github.com/torvalds/linux.git
synced 2026-09-14 16:10:02 +02:00
rust/powerpc: Set min rustc version for powerpc
Minimum `rustc` version required for powerpc is 1.95 as some critical features required for compiling rust code for kernel are not there. For example Stable inline asm support which got merged in 1.95. Link: https://github.com/rust-lang/rust/pull/147996 Signed-off-by: Mukesh Kumar Chaurasiya (IBM) <mkchauras@gmail.com> Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com> Link: https://patch.msgid.link/20260708082454.1254320-5-mkchauras@gmail.com
This commit is contained in:
parent
13244c0a40
commit
e299147cdc
|
|
@ -33,6 +33,8 @@ llvm)
|
|||
rustc)
|
||||
if [ "$SRCARCH" = "s390" ]; then
|
||||
echo 1.96.0
|
||||
elif [ "$ARCH" = powerpc ]; then
|
||||
echo 1.95.0
|
||||
else
|
||||
echo 1.85.0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user