3d1807f935
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>
9 lines
252 B
Plaintext
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/
|