Searched refs:CC_FOR_BUILD (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/ |
| H A D | config.guess | 124 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 ;; 179 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 237 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 444 if test "$CC_FOR_BUILD" != no_compiler_found; then 446 (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \ [all …]
|
| /AOO42X/main/libxmlsec/ |
| H A D | xmlsec1-update-config-sub-and-guess.patch | 86 ,,*) CC_FOR_BUILD=$CC ;; 87 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 118 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 304 + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then 306 + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 406 - $CC_FOR_BUILD -o $dummy $dummy.c \ 409 + $CC_FOR_BUILD -o $dummy $dummy.c && 499 - $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 501 + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 561 - test -n "$CC_FOR_BUILD" || eval $set_cc_for_build [all …]
|
| /AOO42X/main/libtextcat/ |
| H A D | libtextcat-2.2.patch | 1705 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 1727 case $CC_FOR_BUILD,$HOST_CC,$CC in 1731 CC_FOR_BUILD="$c"; break ; 1735 if test x"$CC_FOR_BUILD" = x ; then 1736 CC_FOR_BUILD=no_compiler_found ; 1739 ,,*) CC_FOR_BUILD=$CC ;; 1740 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 1758 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 1920 - $CC_FOR_BUILD -o $dummy $dummy.s 2>/dev/null 2043 + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then [all …]
|