mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-20 03:44:18 +08:00
24 lines
474 B
Plaintext
24 lines
474 B
Plaintext
paths = [
|
|
"patches/atty",
|
|
"patches/libc",
|
|
"patches/mio",
|
|
"patches/nix",
|
|
"patches/tokio/tokio",
|
|
"patches/tokio/tokio-reactor",
|
|
"patches/net2-rs",
|
|
"patches/pb",
|
|
"patches/platform-info",
|
|
"patches/ring",
|
|
"patches/tar-rs",
|
|
"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 = []
|