blob: e90dfc4e8770baf500285b8607ddb9351e03be64 [file] [log] [blame]
config BR2_PACKAGE_LIBEXECINFO
bool "libexecinfo"
depends on !BR2_STATIC_LIBS # dlfcn.h
depends on !BR2_TOOLCHAIN_USES_GLIBC
help
Library for inspecting program's backtrace
https://github.com/mikroskeem/libexecinfo
comment "libexecinfo needs a musl or uclibc toolchain w/ dynamic library"
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS