dietlibc is a minimal libc implementation for Linux.
./configure "CC=diet gcc -nostdinc -pipe" HAVE_PKG_CONFIG=0 --prefix=/opt/diet make
./configure "CC=diet gcc -nostdinc -pipe" HAVE_PKG_CONFIG=0 --prefix=/opt/diet
make
yields a 481k static executable, including zip, but not ssl.
zip
ssl
Standard glibc build without ssl: 3.3M