crosstool-ng/scripts/build/arch/bpf.sh
Cupertino Miranda db4b7179ed Add BPF architecture target support
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>
2022-12-14 17:11:02 +13:00

8 lines
145 B
Bash

# Compute BPF-specific values
CT_DoArchTupleValues() {
CT_TARGET_ARCH=bpf
CT_TARGET_VENDOR=unknown
CT_TARGET_SYS=none
}