Config.in 335 B

12345678910111213
  1. config BR2_PACKAGE_PAXTEST
  2. bool "paxtest"
  3. depends on !BR2_microblaze
  4. # No UCLIBC or MUSL because __NO_A_OUT_SUPPORT
  5. depends on BR2_TOOLCHAIN_USES_GLIBC
  6. help
  7. PaX regression test suite
  8. http://pax.grsecurity.net/docs
  9. comment "paxtest needs a glibc toolchain"
  10. depends on !BR2_microblaze
  11. depends on !BR2_TOOLCHAIN_USES_GLIBC