build compiler-builtins as part of the Xargo sysroot

This commit is contained in:
Jorge Aparicio
2017-04-11 20:17:19 -05:00
parent a03ad00a1b
commit 127c26584e
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ version = "0.0.0"
[dependencies]
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" }
{{name}} = "*"
+6
View File
@@ -0,0 +1,6 @@
[dependencies.core]
[dependencies.compiler_builtins]
features = ["mem"]
git = "https://github.com/rust-lang-nursery/compiler-builtins"
stage = 1