board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / trinity / Config.in
blob0ce1f9aa27885ae79c1ab59906bd9a69c052a5de
1 config BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
2         bool
3         default y
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 || \
6                 BR2_mips || BR2_mipsel || BR2_powerpc || BR2_powerpc64 || \
7                 BR2_powerpc64le || BR2_sparc || BR2_x86_64
9 config BR2_PACKAGE_TRINITY
10         bool "trinity"
11         depends on BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
12         depends on !BR2_TOOLCHAIN_USES_MUSL # FTW_ACTIONRETVAL
13         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # IPV6_UNICAST_IF
14         help
15           A Linux System call fuzz tester
17           http://codemonkey.org.uk/projects/trinity/
19 comment "trinity needs a uClibc or glibc toolchain w/ headers >= 3.4"
20         depends on BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
21         depends on BR2_TOOLCHAIN_USES_MUSL || \
22                 !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4