Misc changes

This commit is contained in:
bjorn3 2019-02-03 11:25:56 +01:00
parent 3308daae9d
commit ed9528a104
2 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,6 @@ alloc_system = { path = "./alloc_system" }
[patch.crates-io]
rustc-std-workspace-core = { path = "./sysroot_src/src/tools/rustc-std-workspace-core" }
compiler_builtins = { path = "./compiler_builtins" }
[profile.release]
debug = true

View File

@ -6,6 +6,7 @@ cd $(dirname "$0")
cargo clean
rm Cargo.lock 2>/dev/null || true
rm -r sysroot 2>/dev/null || true
rm -r target 2>/dev/null || true
# FIXME find a better way to get the target triple
unamestr=`uname`