File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ def rust_std_md5(triple):
20
20
"powerpc-unknown-linux-gnu" : "4072cffb22619ceab44c9c3d71a0285a" ,
21
21
"x86_64-unknown-linux-gnu" : "093653b92d0f131c51d383e7f08d8af9" ,
22
22
"riscv64gc-unknown-linux-gnu" : "eb089351d7e9f4ea9c9ac8784034ea84" ,
23
+ "thumbv7neon-unknown-linux-gnueabihf" : "6a3daeb50d4ae7fc832551696ca156f2" ,
23
24
}
24
25
return get_by_triple (HASHES , triple )
25
26
@@ -37,6 +38,7 @@ def rust_std_sha256(triple):
37
38
"powerpc-unknown-linux-gnu" : "259306814c34c539a3cd0c3b8c6bceee836bbdb0e6918f32b82159029a03d957" ,
38
39
"x86_64-unknown-linux-gnu" : "ed301dff3a26da496784ca3de523b0150302fcb001ef71cdcd40ff6d5e2ec75d" ,
39
40
"riscv64gc-unknown-linux-gnu" : "08c016ed824705bfc7367613001dd6d7696e2d314767f96c224e9e8cdf998f6a" ,
41
+ "thumbv7neon-unknown-linux-gnueabihf" : "446bb691128f3b4d88d63c4688abaf5579846308e1b1fd86510676a58955210c" ,
40
42
}
41
43
return get_by_triple (HASHES , triple )
42
44
You can’t perform that action at this time.
0 commit comments