Does the OpenWrt buildroot provide a HOST_CC or similar?

If not, how should I deal with autoconf systems that compile uitls on the host for use in the cross-compile?

I am trying to build libjpeg, and it compiles libtool on the fly.  Right now I am hardcoding CC=gcc into the configure script but I figure there shuld be a better way....

--Yan