crosstool-ng/samples/bpf-unknown-none/crosstool.config
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

12 lines
247 B
Plaintext

CT_CONFIG_VERSION="4"
CT_ARCH_BPF=y
CT_MULTILIB=n
CT_TARGET_VENDOR="unknown"
CT_TARGET_SYS=none
CT_TARGET_ALIAS="bpf-unknown"
CT_GCC_SRC_DEVEL=y
CT_GCC_DEVEL_BRANCH="master"
CT_BINUTILS_SRC_DEVEL=y
CT_BINUTILS_DEVEL_BRANCH="master"
CT_LIBC_NONE=y