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