build compiler-builtins as part of the Xargo sysroot
This commit is contained in:
@@ -5,7 +5,7 @@ version = "0.0.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.2.2"
|
cortex-m = "0.2.2"
|
||||||
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }
|
cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt", branch = "next" }
|
||||||
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp", branch = "next" }
|
cortex-m-srp = { git = "https://github.com/japaric/cortex-m-srp", branch = "next" }
|
||||||
{{name}} = "*"
|
{{name}} = "*"
|
||||||
|
|
||||||
|
|||||||
6
Xargo.toml
Normal file
6
Xargo.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[dependencies.core]
|
||||||
|
|
||||||
|
[dependencies.compiler_builtins]
|
||||||
|
features = ["mem"]
|
||||||
|
git = "https://github.com/rust-lang-nursery/compiler-builtins"
|
||||||
|
stage = 1
|
||||||
Reference in New Issue
Block a user