Why?
You can't compile for a target without the c library (glibc in this case).
You can't build libc without first building binutils.
Once you've built binutils, well you've built all of it utilities.
Just look in your cross-build tree - you probably built it without even noticing.