Skip to content

Commit

Permalink
Merge pull request #341 from japaric/more-cortex-r
Browse files Browse the repository at this point in the history
add support for yet another Cortex-R target
  • Loading branch information
alexcrichton authored Aug 24, 2018
2 parents 3b35119 + 8ca0826 commit cc565e5
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 @@ -1697,6 +1697,7 @@ impl Build {
"sparc64-unknown-linux-gnu" => Some("sparc64-linux-gnu"),
"sparc64-unknown-netbsd" => Some("sparc64--netbsd"),
"sparcv9-sun-solaris" => Some("sparcv9-sun-solaris"),
"armebv7r-none-eabi" => Some("arm-none-eabi"),
"armebv7r-none-eabihf" => Some("arm-none-eabi"),
"armv7r-none-eabi" => Some("arm-none-eabi"),
"armv7r-none-eabihf" => Some("arm-none-eabi"),
Expand Down

0 comments on commit cc565e5

Please sign in to comment.