rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
258 stars 25 forks source link

Use the official approach for building liballoc #25

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

This means that we don't have to compile core separately. We also don't need to set RUSTFLAGS for building the sysroot, which fixes an issue reported in https://github.com/rust-osdev/cargo-xbuild/commit/5a26976ea0b8271e93bd349cf376d740f53db1b8#r31742585.

See https://github.com/rust-osdev/cargo-xbuild/pull/23 for some background information.

cc @abbec

abbec commented 5 years ago

Seems to work perfectly! Thanks a bunch for fixing so fast and merry Christmas! 🎅

phil-opp commented 5 years ago

Perfect, thanks for testing! Merry Christmas to you too!

phil-opp commented 5 years ago

Published as version 0.5.2