Musl is a posix + iso c standard library, there is no separation of standards..

On Apr 7, 2013, at 7:43 AM, Timerlan Moldobaev <moldobaev@gmail.com> wrote:

Hi,

Can you please help with reducing the size of statically linked libc.a library ?
Whereas the comparison table located in http://www.etalabs.net/compare_libcs.html  
claims the size of complete .a set as 333k, I got around 2M while building the library on x86_64 with gcc version 4.1.1.
I suppose that might be caused by including in libc.a  object files that belong to libm, librt, libpthread and others.
Am I right ? 
Is there any way to compile libc.a solely ?

Thanks,
Tim.