diff options
| author | Tianhao Wang <shrik3@mailbox.org> | 2024-06-05 07:44:53 +0200 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:17:13 +0200 |
| commit | e35e9f4c88be4ca7bf08970109c1ff8d90018b02 (patch) | |
| tree | f42c91d10cb071df9aec84e9733c3edfadd9025f /src/arch/x86_64/misc.rs | |
| parent | bd6a21a61e456539a04bc5474091104ff4eb8e9b (diff) | |
toolchain: replace xbuild with build-std
for a no_std build with custom target, we need to build the rust
compoments including core, alloc and compiler builtins. Previously we
do this with the cargo xbuild tool. however it has some bugs with newer
toolchains. The official build-std feature is not stable but looks
promising! Also we could reduce a lot of build dependencies.
References: https://github.com/rust-in-action/code/issues/14
Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
Diffstat (limited to 'src/arch/x86_64/misc.rs')
0 files changed, 0 insertions, 0 deletions
