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>
This commit is contained in:
parent
e2d3e1de84
commit
3d1807f935
@ -1,5 +1,7 @@
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user