What is dietlibc for?
According to the dietlibc homepage:
Diet Libc is a libc that is optimized for small size. It can be used to create small statically linked binaries for Linux on alpha, arm, hppa, ia64, i386, mips, s390, sparc, sparc64, ppc and x86_64.
Basically, it is a compiler that makes smaller binaries (less ROM) that use up less RAM, ideal for embedded systems, and our mini-computers:lol: .