mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
[target.aarch64-unknown-redox]
|
|
linker = "aarch64-unknown-redox-gcc"
|
|
rustflags = []
|
|
|
|
[target.x86_64-unknown-redox]
|
|
linker = "x86_64-unknown-redox-gcc"
|
|
rustflags = []
|