xref: /OK3568_Linux_fs/buildroot/package/argp-standalone/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_ARGP_STANDALONE
2*4882a593Smuzhiyun	bool "argp-standalone"
3*4882a593Smuzhiyun	# glibc provides its own argp implementation.
4*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  Glibc hierarchical argument parsing standalone library.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  http://www.lysator.liu.se/~nisse/misc/
9