Commit Graph

4 Commits (8acb92d61cd21ebaaf7a529b977947ef7e10abfc)

Author SHA1 Message Date
Alessandro Decina 5dfd27dbd0 bpf: fix some clippy warnings
Simone Margaritelli 8311abfdcb
added support for armv7-unknown-linux-gnueabi and armv7-unknown-linux-gnueabihf
* new: added support for armv7-unknown-linux-gnueabi (closes alessandrod/aya/issues/22)

* fix: replaced custom type defintions with proper libc types

* fix: fixed pointless parameter binding

* new: added linker for armv7-unknown-linux-gnueabihf to cargo config
Alessandro Decina 97cb0db0ad bpf/aya-bpf-cty: target_arch for bpf*-unknown-none was renamed to "bpf"
Alessandro Decina cdf960aaa1 bpf: initial bpf bindings