|
@@ -1877,20 +1877,22 @@ config UCLIBC_HAS_GNU_GETSUBOPT
|
|
Most people will answer Y.
|
|
Most people will answer Y.
|
|
|
|
|
|
config UCLIBC_HAS_ARGP
|
|
config UCLIBC_HAS_ARGP
|
|
- bool "Support argp (as standalone shared object)"
|
|
+ bool "Support argp (as standalone shared object)"
|
|
- default n
|
|
+ select UCLIBC_HAS_GETOPT_LONG
|
|
- help
|
|
+ select UCLIBC_HAS_GNU_GETOPT
|
|
- Argp is an interface for parsing unix-style argument vectors. Unlike
|
|
+ default n
|
|
- the common getopt interface, it provides many advanced features in
|
|
+ help
|
|
- addition to parsing options, such as automatic output in response to
|
|
+ Argp is an interface for parsing unix-style argument vectors. Unlike
|
|
- `--help' and `--version' options.
|
|
+ the common getopt interface, it provides many advanced features in
|
|
- A library can export an argp option parser, which programs can easily
|
|
+ addition to parsing options, such as automatic output in response to
|
|
- use in conjunction with their own option parser.
|
|
+ `--help' and `--version' options.
|
|
- A new shared object "libuargp" is created. The "libc.so" linker script
|
|
+ A library can export an argp option parser, which programs can easily
|
|
- contains the AS_NEEDED entry for getting the libuargp linked automatically.
|
|
+ use in conjunction with their own option parser.
|
|
- Argp support is needed by elfutils libdw.
|
|
+ A new shared object "libuargp" is created. The "libc.so" linker script
|
|
-
|
|
+ contains the AS_NEEDED entry for getting the libuargp linked automatically.
|
|
- Most people can safely answer N.
|
|
+ Argp support is needed by elfutils libdw.
|
|
|
|
+
|
|
|
|
+ Most people can safely answer N.
|
|
|
|
|
|
endmenu
|
|
endmenu
|
|
|
|
|