Skip to content

Commit

Permalink
Merge pull request #188 from voloder/master
Browse files Browse the repository at this point in the history
Add thumbv7neon target
  • Loading branch information
eldruin authored Jul 30, 2024
2 parents 9a2ef91 + 9d0439e commit 530c102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-new-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ TARGET_TRIPLES=(
powerpc-unknown-linux-gnu
x86_64-unknown-linux-gnu
riscv64gc-unknown-linux-gnu
thumbv7neon-unknown-linux-gnueabihf
)

RUSTC_TRIPLES=(
Expand Down
2 changes: 2 additions & 0 deletions recipes-devtools/rust/rust-bin-cross_1.80.0.bb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def rust_std_md5(triple):
"powerpc-unknown-linux-gnu": "4072cffb22619ceab44c9c3d71a0285a",
"x86_64-unknown-linux-gnu": "093653b92d0f131c51d383e7f08d8af9",
"riscv64gc-unknown-linux-gnu": "eb089351d7e9f4ea9c9ac8784034ea84",
"thumbv7neon-unknown-linux-gnueabihf": "6a3daeb50d4ae7fc832551696ca156f2",
}
return get_by_triple(HASHES, triple)

Expand All @@ -37,6 +38,7 @@ def rust_std_sha256(triple):
"powerpc-unknown-linux-gnu": "259306814c34c539a3cd0c3b8c6bceee836bbdb0e6918f32b82159029a03d957",
"x86_64-unknown-linux-gnu": "ed301dff3a26da496784ca3de523b0150302fcb001ef71cdcd40ff6d5e2ec75d",
"riscv64gc-unknown-linux-gnu": "08c016ed824705bfc7367613001dd6d7696e2d314767f96c224e9e8cdf998f6a",
"thumbv7neon-unknown-linux-gnueabihf": "446bb691128f3b4d88d63c4688abaf5579846308e1b1fd86510676a58955210c",
}
return get_by_triple(HASHES, triple)

Expand Down

0 comments on commit 530c102

Please sign in to comment.