Home | History | Annotate | Download | only in libopus

Lines Matching refs:CC_FOR_BUILD

95 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
100 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
115 case $CC_FOR_BUILD,$HOST_CC,$CC in
119 CC_FOR_BUILD="$c"; break ;
122 if test x"$CC_FOR_BUILD" = x ; then
123 CC_FOR_BUILD=no_compiler_found ;
126 ,,*) CC_FOR_BUILD=$CC ;;
127 ,*,*) CC_FOR_BUILD=$HOST_CC ;;
171 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
347 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
349 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
457 $CC_FOR_BUILD -o $dummy $dummy.c &&
544 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
646 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
658 # $ CC_FOR_BUILD=cc ./config.guess
660 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
663 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
704 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
887 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
892 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
924 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
952 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
1233 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1235 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1451 $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&