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

/openjdk10/common/autoconf/build-aux/
H A Dautoconf-config.guess120 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
125 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
140 case $CC_FOR_BUILD,$HOST_CC,$CC in
144 CC_FOR_BUILD="$c"; break ;
147 if test x"$CC_FOR_BUILD" = x ; then
148 CC_FOR_BUILD=no_compiler_found ;
151 ,,*) CC_FOR_BUILD=$CC ;;
152 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
196 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
372 if [ "$CC_FOR_BUILD" !
[all...]

Completed in 62 milliseconds