crosstool-ng/config/arch/bpf.in
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

10 lines
197 B
Plaintext

# BPF specific configuration file
## no-package
## select ARCH_SUPPORTS_EITHER_ENDIAN
## select ARCH_DEFAULT_LE
## select GCC_VERY_NEW
## select BINUTILS_VERY_NEW
##
## help The BPF architecture.