Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d
'
git-subtree-dir: compiler/rustc_codegen_gcc git-subtree-mainline:ae90dcf020
git-subtree-split:afae271d5d
This commit is contained in:
commit
f7237f16ae
80 changed files with 15608 additions and 0 deletions
5
compiler/rustc_codegen_gcc/prepare_build.sh
Executable file
5
compiler/rustc_codegen_gcc/prepare_build.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash --verbose
|
||||
set -e
|
||||
|
||||
rustup component add rust-src rustc-dev llvm-tools-preview
|
||||
./build_sysroot/prepare_sysroot_src.sh
|
Loading…
Add table
Add a link
Reference in a new issue