File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ TARGET_TRIPLES=(
3535 powerpc-unknown-linux-gnu
3636 x86_64-unknown-linux-gnu
3737 riscv64gc-unknown-linux-gnu
38+ thumbv7neon-unknown-linux-gnueabihf
3839)
3940
4041RUSTC_TRIPLES=(
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments