lib: c: combine libc and ulibc
libc is now made up of several independent components, each of which is individually compiled into a static library. they are then all combined into a single shared library.
This commit is contained in:
libc is now made up of several independent components, each of which is individually compiled into a static library. they are then all combined into a single shared library.