Searched refs:CC_FOR_BUILD (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/cares/ |
H A D | config.guess | 100 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 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 [all...] |
/third_party/node/deps/cares/config/ |
H A D | config.guess | 100 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 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 [all...] |
/third_party/libevdev/build-aux/ |
H A D | config.guess | 100 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 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 [all...] |
/third_party/python/ |
H A D | config.guess | 100 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 105 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 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 [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 109 case $CC_FOR_BUILD,$HOST_CC,$CC in 113 CC_FOR_BUILD="$c"; break ; 116 if test x"$CC_FOR_BUILD" = x ; then 117 CC_FOR_BUILD=no_compiler_found ; 120 ,,*) CC_FOR_BUILD=$CC ;; 121 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 186 if echo __ELF__ | $CC_FOR_BUILD [all...] |
/third_party/lame/ |
H A D | config.guess | 87 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 92 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 110 case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in 114 CC_FOR_BUILD="$driver" 118 if test x"$CC_FOR_BUILD" = x ; then 119 CC_FOR_BUILD=no_compiler_found 122 ,,*) CC_FOR_BUILD=$CC ;; 123 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 155 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" 206 if echo __ELF__ | $CC_FOR_BUILD [all...] |
/third_party/eudev/ |
H A D | config.guess | 89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 109 case $CC_FOR_BUILD,$HOST_CC,$CC in 113 CC_FOR_BUILD="$c"; break ; 116 if test x"$CC_FOR_BUILD" = x ; then 117 CC_FOR_BUILD=no_compiler_found ; 120 ,,*) CC_FOR_BUILD=$CC ;; 121 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 152 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` 196 if echo __ELF__ | $CC_FOR_BUILD [all...] |
/third_party/skia/third_party/externals/libpng/ |
H A D | config.guess | 89 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a 94 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still 109 case $CC_FOR_BUILD,$HOST_CC,$CC in 113 CC_FOR_BUILD="$c"; break ; 116 if test x"$CC_FOR_BUILD" = x ; then 117 CC_FOR_BUILD=no_compiler_found ; 120 ,,*) CC_FOR_BUILD=$CC ;; 121 ,*,*) CC_FOR_BUILD=$HOST_CC ;; 152 eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" 203 if echo __ELF__ | $CC_FOR_BUILD [all...] |
Completed in 4 milliseconds