rust: select correct architecture for armv5
authorLu jicong <jiconglu58@gmail.com>
Wed, 3 Jul 2024 11:51:28 +0000 (19:51 +0800)
committerTianling Shen <cnsztl@gmail.com>
Wed, 3 Jul 2024 18:09:45 +0000 (02:09 +0800)
commit84464a656c88bb8c5c3b1f57be9804f1551524d5
tree48e91e34d79c62042dc3612f3f9ecce4d7a73aad
parent309687f01abeca6f369e7e1d62aa2a5a47df02e7
rust: select correct architecture for armv5

Currently, armv5 and armv6 targets are both using armv6 rustc.
Without this patch, rust programs in armv5 targets throw illegal instruction
error.

Signed-off-by: Lu jicong <jiconglu58@gmail.com>
lang/rust/rust-values.mk