Skip to content

Commit 9d0439e

Browse files
committed
generate files for thumbv7neon
1 parent 87bfea3 commit 9d0439e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipes-devtools/rust/rust-bin-cross_1.80.0.bb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def rust_std_md5(triple):
2020
"powerpc-unknown-linux-gnu": "4072cffb22619ceab44c9c3d71a0285a",
2121
"x86_64-unknown-linux-gnu": "093653b92d0f131c51d383e7f08d8af9",
2222
"riscv64gc-unknown-linux-gnu": "eb089351d7e9f4ea9c9ac8784034ea84",
23+
"thumbv7neon-unknown-linux-gnueabihf": "6a3daeb50d4ae7fc832551696ca156f2",
2324
}
2425
return get_by_triple(HASHES, triple)
2526

@@ -37,6 +38,7 @@ def rust_std_sha256(triple):
3738
"powerpc-unknown-linux-gnu": "259306814c34c539a3cd0c3b8c6bceee836bbdb0e6918f32b82159029a03d957",
3839
"x86_64-unknown-linux-gnu": "ed301dff3a26da496784ca3de523b0150302fcb001ef71cdcd40ff6d5e2ec75d",
3940
"riscv64gc-unknown-linux-gnu": "08c016ed824705bfc7367613001dd6d7696e2d314767f96c224e9e8cdf998f6a",
41+
"thumbv7neon-unknown-linux-gnueabihf": "446bb691128f3b4d88d63c4688abaf5579846308e1b1fd86510676a58955210c",
4042
}
4143
return get_by_triple(HASHES, triple)
4244

0 commit comments

Comments
 (0)