Fixes for building libstd (real)
This commit is contained in:
parent
d9f263728d
commit
da3f9558d9
10 changed files with 51 additions and 30 deletions
|
@ -2,3 +2,9 @@
|
|||
name = "unwind"
|
||||
version = "0.0.0"
|
||||
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
|
||||
|
||||
[lib]
|
||||
path = "../../rust/src/libunwind/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = { path = "../libc/" }
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
#![no_std]
|
Loading…
Add table
Add a link
Reference in a new issue