Searched refs:CC_FOR_BUILD (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/ |
H A D | config.guess | 173 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 346 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then 348 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 456 $CC_FOR_BUILD -o $dummy $dummy.c && 543 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 703 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 877 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ 905 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` 933 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` 1211 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then [all …]
|
/aoo4110/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 && 569 + # $ CC_FOR_BUILD=cc ./config.guess 571 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess 597 - $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0 [all …]
|
/aoo4110/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 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 ;; 1887 - $CC_FOR_BUILD -o $dummy $dummy.s 2>/dev/null 2012 + (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 2112 - $CC_FOR_BUILD -o $dummy $dummy.c \ 2116 + $CC_FOR_BUILD -o $dummy $dummy.c && [all …]
|
Completed in 62 milliseconds