Home
last modified time | relevance | path

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

/AOO41X/main/
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 ;;
173 cc_set_libc=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
231 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
438 if test "$CC_FOR_BUILD" != no_compiler_found; then
440 (CCOPTS="" $CC_FOR_BUILD -m64 -E - 2>/dev/null) | \
[all …]
/AOO41X/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch86 ,,*) 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 …]
/AOO41X/main/libtextcat/
H A Dlibtextcat-2.2.patch1672 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
1694 case $CC_FOR_BUILD,$HOST_CC,$CC in
1698 CC_FOR_BUILD="$c"; break ;
1702 if test x"$CC_FOR_BUILD" = x ; then
1703 CC_FOR_BUILD=no_compiler_found ;
1706 ,,*) CC_FOR_BUILD=$CC ;;
1707 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
1725 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
1887 - $CC_FOR_BUILD -o $dummy $dummy.s 2>/dev/null
2010 + if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
[all …]