mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
16 lines
438 B
Plaintext
16 lines
438 B
Plaintext
[target.aarch64-unknown-redox]
|
|
linker = "aarch64-unknown-redox-gcc"
|
|
rustflags = []
|
|
|
|
[target.i686-unknown-redox]
|
|
linker = "i686-unknown-redox-gcc"
|
|
rustflags = []
|
|
|
|
[target.x86_64-unknown-redox]
|
|
linker = "x86_64-unknown-redox-gcc"
|
|
rustflags = []
|
|
|
|
# TODO: remove patch if https://github.com/rust-lang/libc/pull/3024 is released
|
|
[patch.crates-io]
|
|
libc = { git = "https://gitlab.redox-os.org/redox-os/liblibc.git", branch = "rust-2022-03-18" }
|