about summary refs log tree commit diff
path: root/src/liballoc_system
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-04-05 16:51:24 +0800
committerkennytm <kennytm@gmail.com>2018-04-05 18:37:25 +0800
commitb146e335180e00db10d729837cd0507b4a945be5 (patch)
tree7500f08813237e7b163c5dd9cac077b3288cdea7 /src/liballoc_system
parent23689cc8e9a6d2c1e6b5f01c749714194bf8f653 (diff)
parentb1015f5c5a4dcd6118b86ef5361371f04a7bce8b (diff)
downloadrust-b146e335180e00db10d729837cd0507b4a945be5.tar.gz
rust-b146e335180e00db10d729837cd0507b4a945be5.zip
Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton
add a dist builder to build rust-std components for the THUMB targets

the rust-std component only contains the core and compiler-builtins (+c +mem) crates

cc #49382

- I'm not entirely sure if this PR alone will produce rust-std components installable by rustup or if something else needs to be changed
- I could have done the THUMB builds in an existing builder / image; I wasn't sure if that was a good idea so I added a new image
- I could build other crates like alloc into the rust-std component but, AFAICT, that would require calling Cargo a second time (one for alloc and one for compiler-builtins), or have alloc depend on compiler-builtins (#49503 will perform that change) *and* have alloc resurface the "c" and "mem" Cargo features.

r? @alexcrichton
Diffstat (limited to 'src/liballoc_system')
0 files changed, 0 insertions, 0 deletions