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