, , . libc . , . , . , .
, libc, , -nostdinc -nostdlib- ( ) . gcc -v. :
/usr/bin/ld --eh-frame-hdr -V -dynamic-linker /libexec/ld-elf.so.1 \
-o t /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o \
-L/usr/lib -L/usr/lib /tmp//ccCb5j33.o -lgcc --as-needed -lgcc_s \
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed \
/usr/lib/crtend.o /usr/lib/crtn.o
libc . , startup (crt1.o crti.o), cleanup (crtend.o, crtn.o), libc ( -lc) ; , .
P.S. , , :)