85cb472ed3fe9c2c68bd549b2612a31a1bc460cc
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libunwind / Config.in
1 config BR2_PACKAGE_LIBUNWIND
2         bool "libunwind"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         depends on (BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_USES_GLIBC) # {g,s}etcontext
5         depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_mips64 || \
6                 BR2_mips64el || BR2_powerpc || BR2_sh || BR2_sh64 || BR2_i386 || BR2_x86_64
7         help
8           C API to determine the call-chain of a program.
9
10           http://www.nongnu.org/libunwind/index.html
11
12 comment "libunwind needs a uclibc snapshot or (e)glibc toolchain w/ threads"
13         depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_mips64 || \
14                 BR2_mips64el || BR2_powerpc || BR2_sh || BR2_sh64 || BR2_i386 || BR2_x86_64
15         depends on !BR2_TOOLCHAIN_HAS_THREADS || !(BR2_UCLIBC_VERSION_SNAPSHOT || BR2_TOOLCHAIN_USES_GLIBC)