[PATCH] libuargp: Implement argp functionalities into a standalone libuargp shared object

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Dec 17 21:38:50 UTC 2010


On Mon, Nov 29, 2010 at 01:16:08PM +0100, Carmelo AMOROSO wrote:
>From: Salvatore Cro <salvatore.cro at st.com>
>
>Argp is an advanced support for parsing unix-style argument vectors.
>In addition to the common getopt interface, it provides automatic response
>to `--help' and `--version' options and use of custom parser in conjunction
>with argp native option parser, among others.
>Argp support is required by elfutils package and prelink.
>
>In uClibc argp functionalities has been moved from C library to libuargp.so
>Further the libc.so linker script contains an AS_NEEDED entry so that
>it doesn't need to link libuargp.so explicitely.

You don't really handle UCLIBC_HAS_GETOPT_LONG nor SUS getopt, do you?

Out of curiosity, can you provide bloat-o-meter output and size(1) stats, please?


More information about the uClibc mailing list