Fixes for building libstd (real)

This commit is contained in:
Jeremy Soller 2016-11-10 19:59:59 -07:00
parent d9f263728d
commit da3f9558d9
10 changed files with 51 additions and 30 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "panic_abort"
version = "0.0.0"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
[lib]
path = "../../rust/src/libpanic_abort/lib.rs"
[dependencies]
redox_syscall = { path = "../../syscall/" }