Merge commit '39683d8eb7
' into sync_cg_gcc-2022-03-26
This commit is contained in:
commit
bbff48e094
35 changed files with 1705 additions and 558 deletions
|
@ -22,7 +22,7 @@ if [[ "$1" == "--release" ]]; then
|
|||
RUSTFLAGS="$RUSTFLAGS -Zmir-opt-level=3" cargo build --target $TARGET_TRIPLE --release
|
||||
else
|
||||
sysroot_channel='debug'
|
||||
cargo build --target $TARGET_TRIPLE
|
||||
cargo build --target $TARGET_TRIPLE --features compiler_builtins/c
|
||||
fi
|
||||
|
||||
# Copy files to sysroot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue