redox/.cargo/config
jD91mZM2 addd4de7d5
Add tokio patches
This resolves the build errors for drivers.
2019-07-06 18:01:06 +02:00

24 lines
482 B
Plaintext

paths = [
"patches/atty",
"patches/liblibc",
"patches/mio",
"patches/tokio/tokio",
"patches/tokio/tokio-reactor",
"patches/net2-rs",
"patches/pb",
"patches/platform-info",
"patches/ring",
"patches/tar-rs",
"patches/tempfile",
"patches/termsize",
"patches/time",
]
[target.aarch64-unknown-redox]
linker = "aarch64-unknown-redox-gcc"
rustflags = []
[target.x86_64-unknown-redox]
linker = "x86_64-unknown-redox-gcc"
rustflags = []