Config.in 724 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
  2. bool
  3. default y
  4. depends on BR2_USE_MMU # fork()
  5. depends on BR2_TOOLCHAIN_HAS_SYNC_4 # __sync_val_compare_and_swap_4
  6. depends on BR2_aarch64 || BR2_arm || BR2_armeb || BR2_i386 || \
  7. BR2_mips || BR2_mipsel || BR2_powerpc || BR2_powerpc64 || \
  8. 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_HEADERS_AT_LEAST_3_4 # IPV6_UNICAST_IF
  13. help
  14. A Linux System call fuzz tester
  15. http://codemonkey.org.uk/projects/trinity/
  16. comment "trinity needs a toolchain w/ headers >= 3.4"
  17. depends on BR2_PACKAGE_TRINITY_ARCH_SUPPORTS
  18. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4