Merge commit '11a0cceab9
' into subtree-update_cg_gcc_2023-10-09
This commit is contained in:
commit
30290c8b41
82 changed files with 2848 additions and 669 deletions
8
compiler/rustc_codegen_gcc/y.sh
Executable file
8
compiler/rustc_codegen_gcc/y.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
echo "[BUILD] build system" 1>&2
|
||||
cd build_system
|
||||
cargo build --release
|
||||
cd ..
|
||||
./build_system/target/release/y $@
|
Loading…
Add table
Add a link
Reference in a new issue