Searched refs:CC_FOR_BUILD (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess93 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
98 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
113 case $CC_FOR_BUILD,$HOST_CC,$CC in
117 CC_FOR_BUILD="$c"; break ;
120 if test x"$CC_FOR_BUILD" = x ; then
121 CC_FOR_BUILD=no_compiler_found ;
124 ,,*) CC_FOR_BUILD=$CC ;;
125 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
168 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
461 $CC_FOR_BUILD
[all...]

Completed in 115 milliseconds