mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 19:43:24 +00:00
![Antoni Boucher](/assets/img/avatar_default.png)
git-subtree-dir: compiler/rustc_codegen_gcc git-subtree-mainline:ae90dcf020
git-subtree-split:afae271d5d
6 lines
128 B
Bash
Executable File
6 lines
128 B
Bash
Executable File
#!/bin/bash --verbose
|
|
set -e
|
|
|
|
rustup component add rust-src rustc-dev llvm-tools-preview
|
|
./build_sysroot/prepare_sysroot_src.sh
|