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

/vbox/src/VBox/RDP/client-1.8.3/
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 ;;
175 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
447 $CC_FOR_BUILD
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dconfig.guess96 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
101 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
116 case $CC_FOR_BUILD,$HOST_CC,$CC in
120 CC_FOR_BUILD="$c"; break ;
123 if test x"$CC_FOR_BUILD" = x ; then
124 CC_FOR_BUILD=no_compiler_found ;
127 ,,*) CC_FOR_BUILD=$CC ;;
128 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
172 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
436 $CC_FOR_BUILD
[all...]

Completed in 135 milliseconds