1config BR2_PACKAGE_LIBEXECINFO 2 bool "libexecinfo" 3 depends on !BR2_STATIC_LIBS # dlfcn.h 4 depends on !BR2_TOOLCHAIN_USES_GLIBC 5 help 6 Library for inspecting program's backtrace 7 8 https://github.com/mikroskeem/libexecinfo 9 10comment "libexecinfo needs a musl or uclibc toolchain w/ dynamic library" 11 depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS 12