mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
Some changes
This commit is contained in:
parent
c4b5b3def5
commit
f6346e8e15
2
build.sh
2
build.sh
@ -76,7 +76,7 @@ time $RUSTC target/libcore/src/libcore/lib.rs --crate-type lib --crate-name core
|
||||
pushd xargo
|
||||
rm -r ~/.xargo/HOST || true
|
||||
export XARGO_RUST_SRC=$(pwd)'/../target/libcore/src'
|
||||
time xargo build --color always
|
||||
time SHOULD_CODEGEN=1 xargo build --color always
|
||||
rm -r target/
|
||||
popd
|
||||
|
||||
|
@ -1,9 +1,7 @@
|
||||
[dependencies]
|
||||
core = {}
|
||||
|
||||
# Disabled due to bug in current cranelift version, fixed in master
|
||||
#alloc = {}
|
||||
#alloc_system = {}
|
||||
alloc = {}
|
||||
alloc_system = {}
|
||||
|
||||
# Disabled due to missing support for many things (intrinsics, etc) in rustc_codegen_cranelift
|
||||
#std = {features = ["force_alloc_system"]}
|
||||
|
Loading…
Reference in New Issue
Block a user