1 config BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
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
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
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