K 10 svn:author V 4 will K 8 svn:date V 27 2007-03-20T20:11:49.000000Z K 7 svn:log V 260 Fix compilation when using gcc 4.1 due to attempting to cast a pointer to an int, which may lose precision on platforms where sizeof(void*) > sizeof(int). Properly support overriding CC/CXX, which is a prerequisite for fixing this. Noticed by: pointyhat/kris END