Skip to content

Commit

Permalink
Update to account for new llvm version
Browse files Browse the repository at this point in the history
  • Loading branch information
silven committed Feb 21, 2016
1 parent 62785be commit ca46710
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ lto = false


[features]
kernel_mode = ["rust-libcore"]
kernel_mode = []


[target.thumbv7m-none-eabi.dependencies.rust-libcore]
git = "https://github.com/hackndev/rust-libcore"
optional = true
[target.thumbv7m-none-eabi.dependencies]
rust-libcore = "0.0.3"
1 change: 0 additions & 1 deletion thumbv7m-none-eabi.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"arch": "arm",
"cpu": "cortex-m3",
"data-layout": "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i64:64-v128:64:128-a:0:32-n32-S64",
"disable-redzone": true,
"executables": true,
"llvm-target": "thumbv7m-none-eabi",
Expand Down

0 comments on commit ca46710

Please sign in to comment.