From db4b7179ed83cedd87e5b79ef39e93a7b108238f Mon Sep 17 00:00:00 2001 From: Cupertino Miranda Date: Thu, 8 Dec 2022 00:04:30 +0000 Subject: 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 --- config/arch/bpf.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/arch/bpf.in (limited to 'config') diff --git a/config/arch/bpf.in b/config/arch/bpf.in new file mode 100644 index 00000000..9d0d7373 --- /dev/null +++ b/config/arch/bpf.in @@ -0,0 +1,9 @@ +# 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. -- cgit v1.2.3