Config.in 357 B

1234567891011
  1. config 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. https://github.com/mikroskeem/libexecinfo
  8. comment "libexecinfo needs a musl or uclibc toolchain w/ dynamic library"
  9. depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_STATIC_LIBS