af932df737e8851f0061b8ec6e5940aaefcf06fe
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ltrace / Config.in
1 config BR2_PACKAGE_LTRACE
2         bool "ltrace"
3         # ltrace normally has mips/mipsel support, but it's currently
4         # broken (error: 'struct ltelf' has no member named
5         # 'relplt_count'). Issue reported upstream at
6         # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756764.
7         depends on (BR2_i386 || BR2_arm \
8                 || BR2_powerpc || BR2_sparc || BR2_x86_64 || BR2_xtensa)
9         select BR2_PACKAGE_ELFUTILS
10         depends on BR2_USE_WCHAR # elfutils
11         depends on !BR2_STATIC_LIBS # elfutils
12         help
13           Debugging program which runs a specified command until it exits.
14           While the command is executing, ltrace intercepts and records
15           the dynamic library calls which are called by the executed
16           process and the signals received by that process.
17
18           http://ltrace.org
19
20 comment "ltrace needs toolchain w/ wchar, dynamic library"
21         depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS