kumquat-buildroot/package/pahole/Config.in.host
Francis Laniel ddba0ef6b1 package/pahole: new host package
pahole is a tool used to show data structure embedded in debugging
information formats like DWARF.

It is notably needed by the Linux kernel to generate BPF Type
Format (BTF) information used by Compile Once - Run Everywhere (CO-RE)
BPF tools.

To be built, pahole needs __LIB to be set to lib at stated in its
README.

Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-13 22:12:03 +01:00

7 lines
149 B
Plaintext

config BR2_PACKAGE_HOST_PAHOLE
bool "host pahole"
help
Pahole and other DWARF utils.
https://git.kernel.org/pub/scm/devel/pahole/pahole.git