Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dconfig.guess124 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in
128 CC_FOR_BUILD=$driver
132 if test x"$CC_FOR_BUILD" = x ; then
133 CC_FOR_BUILD=no_compiler_found
136 ,,*) CC_FOR_BUILD=$CC ;;
137 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
231 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
438 if test "$CC_FOR_BUILD" != no_compiler_found; then
551 $CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
1162 if test "$CC_FOR_BUILD" != no_compiler_found; then
[all …]

Completed in 19 milliseconds