Building popcorn-mlibc should result in three librararies
- crt (
crt1.o/Scrt1.o/crti.o/crtn.o) - linked as object files in all builds
librt - linked in all builds to handle entrypoint, TLS and thread startup
libc - linked in C language builds to handle all developer facing C APIs (eg. C11 thread API which calls into librt for thread initialisation)
Building popcorn-mlibc should result in three librararies
crt1.o/Scrt1.o/crti.o/crtn.o) - linked as object files in all buildslibrt- linked in all builds to handle entrypoint, TLS and thread startuplibc- linked in C language builds to handle all developer facing C APIs (eg. C11 thread API which calls intolibrtfor thread initialisation)