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
|
pushd xargo
|
||||||
rm -r ~/.xargo/HOST || true
|
rm -r ~/.xargo/HOST || true
|
||||||
export XARGO_RUST_SRC=$(pwd)'/../target/libcore/src'
|
export XARGO_RUST_SRC=$(pwd)'/../target/libcore/src'
|
||||||
time xargo build --color always
|
time SHOULD_CODEGEN=1 xargo build --color always
|
||||||
rm -r target/
|
rm -r target/
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
core = {}
|
core = {}
|
||||||
|
alloc = {}
|
||||||
# Disabled due to bug in current cranelift version, fixed in master
|
alloc_system = {}
|
||||||
#alloc = {}
|
|
||||||
#alloc_system = {}
|
|
||||||
|
|
||||||
# Disabled due to missing support for many things (intrinsics, etc) in rustc_codegen_cranelift
|
# Disabled due to missing support for many things (intrinsics, etc) in rustc_codegen_cranelift
|
||||||
#std = {features = ["force_alloc_system"]}
|
#std = {features = ["force_alloc_system"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user