Fixes for building libstd (real)
This commit is contained in:
parent
d9f263728d
commit
da3f9558d9
10 changed files with 51 additions and 30 deletions
10
libstd_real/panic_abort/Cargo.toml
Normal file
10
libstd_real/panic_abort/Cargo.toml
Normal 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/" }
|
Loading…
Add table
Add a link
Reference in a new issue