Searched refs:CC_FOR_BUILD (Results 1 – 10 of 10) sorted by relevance
/third_party/curl/ |
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 ;; 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 …]
|
/third_party/python/ |
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 ;; 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 -E - 2>/dev/null) | \ [all …]
|
/third_party/node/deps/cares/ |
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 ;; 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 …]
|
/third_party/icu/icu4c/source/ |
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 ;; 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 …]
|
/third_party/skia/third_party/externals/libpng/ |
D | config.guess | 152 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" 203 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 397 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then 399 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ 507 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && 594 if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` 697 (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` 714 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | 755 $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && 926 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
/third_party/skia/third_party/externals/icu/source/ |
D | config.guess | 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 196 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 387 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then 389 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ 497 $CC_FOR_BUILD -o $dummy $dummy.c && 584 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 687 (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 704 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | 745 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 916 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.guess | 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 186 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 366 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then 368 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \ 476 $CC_FOR_BUILD -o $dummy $dummy.c && 563 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 665 (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 682 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | 723 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 912 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
/third_party/libffi/ |
D | config.guess | 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 196 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 390 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then 392 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ 500 $CC_FOR_BUILD -o $dummy $dummy.c && 587 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 690 (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 707 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | 748 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 938 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
/third_party/libevdev/build-aux/ |
D | config.guess | 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 196 if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ 390 if [ "$CC_FOR_BUILD" != no_compiler_found ]; then 392 (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ 500 $CC_FOR_BUILD -o $dummy $dummy.c && 587 if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` 690 (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` 707 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | 748 $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && 937 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ [all …]
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 1750 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 1770 - case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 1774 - CC_FOR_BUILD="$driver" 1778 - if test x"$CC_FOR_BUILD" = x ; then 1779 - CC_FOR_BUILD=no_compiler_found 1782 - ,,*) CC_FOR_BUILD=$CC ;; 1783 - ,*,*) CC_FOR_BUILD=$HOST_CC ;; 1796 +case $CC_FOR_BUILD,$HOST_CC,$CC in 1800 + CC_FOR_BUILD="$c"; break ; 1803 + if test x"$CC_FOR_BUILD" = x ; then [all …]
|