mirror of https://github.com/aya-rs/aya
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
392 B
TOML
14 lines
392 B
TOML
3 years ago
|
[alias]
|
||
|
xtask = "run --package xtask --"
|
||
2 years ago
|
build-bpfel = "build -Zbuild-std=core --target=bpfel-unknown-none"
|
||
|
build-bpfeb = "build -Zbuild-std=core --target=bpfeb-unknown-none"
|
||
3 years ago
|
|
||
|
[target.armv7-unknown-linux-gnueabi]
|
||
|
linker = "arm-linux-gnueabi-gcc"
|
||
|
|
||
|
[target.armv7-unknown-linux-gnueabihf]
|
||
2 years ago
|
linker = "arm-linux-gnueabihf-gcc"
|
||
|
|
||
|
[target.aarch64-unknown-linux-musl]
|
||
|
linker = "aarch64-linux-musl-gcc"
|