]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/strace/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / strace / Config.in
1 config BR2_PACKAGE_STRACE
2         bool "strace"
3         # needs at least kernel headers 4.0 on nios2
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 || !BR2_nios2
5         help
6           A useful diagnostic, instructional, and debugging tool.
7           Allows you to track what system calls a program makes
8           while it is running.
9
10           If you want 'strace -k' to work, make sure to enable the
11           'libunwind' package.
12
13           https://strace.io
14
15 comment "strace needs a toolchain w/ headers >= 4.0 on nios2"
16         depends on BR2_nios2
17         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0