mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +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>
10 lines
197 B
Plaintext
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.
|