[cfe-dev] c libraries implementation

Richard Pennington rich at pennware.com
Thu Oct 10 14:51:46 PDT 2013


On 10/10/2013 01:30 PM, Yaron Keren wrote:
> FreeBSD has lots of good code.
> MUSL http://www.musl-libc.org/ is another library with BSD/MIT license.
> MingW has Windows specific code usually in the public domain.
>
[snip]
I'm using musl in my ELLCC project (http://ellcc.org). I'm using it as 
the Linux C library for arm, armeb, i386, microblaze, mips, mipsel, ppc, 
and x86_64. I highly recommend musl: Very nice clean code.
Other libraries my tools use are libcxx, libcxxabi, compiler-rt, and I'm 
currently porting libunwind to complete full C and C++ support.

-Rich



More information about the cfe-dev mailing list