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