This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 11:37:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31ae7c46bd
rust
/
compiler
/
rustc_codegen_gcc
/
prepare_build.sh
6 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
Add set -v as we can't pass command line argument with /usr/bin/env
2022-04-15 07:58:09 +00:00
#!/usr/bin/env bash
Initial commit
2020-05-10 14:54:30 +00:00
set
-e
Add set -v as we can't pass command line argument with /usr/bin/env
2022-04-15 07:58:09 +00:00
set
-v
Initial commit
2020-05-10 14:54:30 +00:00
./build_sysroot/prepare_sysroot_src.sh
Reference in New Issue
Copy Permalink