xref: /OK3568_Linux_fs/buildroot/package/paxtest/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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