Skip to content

Commit

Permalink
add armv8r-none-eabihf (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnc authored Feb 24, 2024
1 parent 012226e commit 271d3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3288,6 +3288,7 @@ impl Build {
"armebv7r-none-eabihf" => Some("arm-none-eabi"),
"armv7r-none-eabi" => Some("arm-none-eabi"),
"armv7r-none-eabihf" => Some("arm-none-eabi"),
"armv8r-none-eabihf" => Some("arm-none-eabi"),
"thumbv6m-none-eabi" => Some("arm-none-eabi"),
"thumbv7em-none-eabi" => Some("arm-none-eabi"),
"thumbv7em-none-eabihf" => Some("arm-none-eabi"),
Expand Down

0 comments on commit 271d3d6

Please sign in to comment.