mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 14:54:20 +08:00
12 lines
243 B
TOML
12 lines
243 B
TOML
[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 = []
|