]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53679 - japaric:cortex-r, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 28 Aug 2018 16:23:27 +0000 (16:23 +0000)
committerbors <bors@rust-lang.org>
Tue, 28 Aug 2018 16:23:27 +0000 (16:23 +0000)
commit7061b2775782bb48c0a70d3c79ec711134396687
tree216dbc66cbb0544f0a057d771fc9a0b5fc2a0e56
parentec4a752202e56a9b2d978305cb2603208d4a3ab4
parent521df797d5ca67ef362913621ea2a10aa7c4deaf
Auto merge of #53679 - japaric:cortex-r, r=alexcrichton

add more Cortex-R targets

This expands on PR #53663 to complete the set of Cortex-R targets and builds
rust-std components for them.

r? @alexcrichton

each extra rust-std component (there's 4 of them) takes about 3 minutes to build
on my local machine. In terms of stability (LLVM codegen bugs) these new targets
should be as stable as the Cortex-M ones (e.g. `thumbv7m-none-eabi`).

If the extra build time is too much we can leave the rust-std components out for
now

closes #53663
cc @paoloteti
src/tools/build-manifest/src/main.rs