mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 06:07:49 +00:00
db4b7179ed
BPF is a virtual machine and associated ISA that resides in the Linux kernel. Initially intended for user-level packet capture and filtering, BPF is nowadays generalized to serve as a general-purpose infrastructure also for non-networking purposes. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
8 lines
145 B
Bash
8 lines
145 B
Bash
# Compute BPF-specific values
|
|
|
|
CT_DoArchTupleValues() {
|
|
CT_TARGET_ARCH=bpf
|
|
CT_TARGET_VENDOR=unknown
|
|
CT_TARGET_SYS=none
|
|
}
|