buildroot/package/argp-standalone/Config.in
Romain Naour 3d1807f935 package/argp-standalone: is useless for (e)glibc toolchains
According to Thomas's remark [1], (e)glibc toolchains provide it's
own argp.h version.
Also, it appears that argp.h from glibc is more up to date should
be preferred to argp-standalone one.

[1] http://lists.busybox.net/pipermail/buildroot/2015-May/127511.html

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-03 19:19:25 +02:00

9 lines
252 B
Plaintext

config BR2_PACKAGE_ARGP_STANDALONE
bool "argp-standalone"
# glibc provides its own argp implementation.
depends on !BR2_TOOLCHAIN_USES_GLIBC
help
Glibc hierarchical argument parsing standalone library.
http://www.lysator.liu.se/~nisse/misc/