/external/blktrace/iowatcher/ |
Makefile | 1 CC = gcc
|
/external/compiler-rt/lib/tsan/go/ |
buildgo.sh | 95 CC=${CC:-gcc}
|
/external/freetype/builds/unix/ |
detect.mk | 42 CC := gcc
|
/external/google-fruit/extras/packaging/ |
libfruit.spec | 19 BuildRequires: gcc-c++ >= 5.0.0 22 BuildRequires: gcc-c++ >= 5.0
|
/external/gptfdisk/ |
Makefile | 1 CC=gcc
|
/external/libcxx/utils/docker/scripts/ |
build_gcc.sh | 2 #===- libcxx/utils/docker/scripts/build-gcc.sh ----------------------------===// 16 Usage: build-gcc.sh [options] 66 GCC_BUILD_DIR="/tmp/gcc-build-root/build-$GCC_NAME"
|
/external/python/cpython2/Demo/embed/ |
Makefile | 6 CC= gcc
|
/external/skia/src/compute/hs/cuda/bench/ |
Makefile | 47 gcc $(GCC_OPTS) -c $^ -I ../../.. -I .. -I $(CUDA_HOME)/include
|
/external/skia/src/compute/hs/vk/bench/ |
Makefile | 48 gcc $(GCC_OPT) -c $^ -I ../../.. -I .. -I $(VULKAN_INC)
|
/external/skqp/src/compute/hs/cuda/bench/ |
Makefile | 47 gcc $(GCC_OPTS) -c $^ -I ../../.. -I .. -I $(CUDA_HOME)/include
|
/external/skqp/src/compute/hs/vk/bench/ |
Makefile | 48 gcc $(GCC_OPT) -c $^ -I ../../.. -I .. -I $(VULKAN_INC)
|
/external/swiftshader/third_party/LLVM/utils/ |
findmisopt | 98 gcc "$s" -o "$prog" $ldflags || exit 1
108 gcc "$opts" -o "$optprog" $ldflags || exit
|
/external/tensorflow/tensorflow/tools/ci_build/pi/ |
build_raspberry_pi.sh | 64 CROSSTOOL_CC=${TOOLCHAIN_INSTALL_PATH}/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc 77 make CC=${CROSSTOOL_CC} FC=${CROSSTOOL_CC} HOSTCC=gcc TARGET=ARMV6
|
/external/u-boot/arch/arm/include/asm/ |
unified.h | 26 #error Thumb-2 kernel requires gcc >= 4
|
/external/wpa_supplicant_8/wpa_supplicant/ |
Makefile | 2 CC=gcc [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
Makefile | 11 CC=gcc
|
/build/soong/cc/config/ |
x86_windows_host.go | 79 "-B${WindowsGccRoot}/lib/gcc/${WindowsGccTriple}/4.8.3/32", 80 "-L${WindowsGccRoot}/lib/gcc/${WindowsGccTriple}/4.8.3/32", 92 "-B${WindowsGccRoot}/lib/gcc/${WindowsGccTriple}/4.8.3", 93 "-L${WindowsGccRoot}/lib/gcc/${WindowsGccTriple}/4.8.3", 125 "prebuilts/gcc/${HostPrebuiltTag}/host/x86_64-w64-mingw32-${WindowsGccVersion}")
|
/external/curl/docs/examples/ |
Makefile.netware | 95 CC = gcc 145 ifeq ($(findstring gcc,$(CC)),gcc) 151 PRELUDE = $(NDK_LIBC)/imports/posixpre.gcc.o 153 PRELUDE = $(NDK_LIBC)/imports/libcpre.gcc.o 156 # PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o
|
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
llvm-ld.cpp | 10 // This utility is intended to be compatible with GCC, and follows standard
92 cl::desc("Generate a native binary with the C backend and GCC"));
269 // We will use GCC to assemble the program so set the assembly syntax to AT&T,
317 /// gcc - The pathname to use for GGC.
328 const sys::Path &gcc, char ** const envp,
331 // programs that we will execute. It appears that GCC sets these
335 // However, when we invoke GCC below, we want it to use its normal
347 // Run GCC to assemble and link the program into native code.
352 // GCC mysteriously knows how to do it.
354 args.push_back(gcc.c_str()); 669 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local 696 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
configure | 75 gcc=0
146 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
152 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
153 cc=${CC-${CROSS_PREFIX}gcc}
157 *gcc*) gcc=1 ;;
158 *clang*) gcc=1 ;;
161 *gcc*) gcc=1 ;;
165 if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then [all...] |
/external/python/cpython2/Modules/zlib/ |
configure | 87 gcc=0 162 # check for gcc vs. cc and set compile and link flags based on the system identified by uname 168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log 169 cc=${CC-${CROSS_PREFIX}gcc} 173 *gcc*) gcc=1 ;; 174 *clang*) gcc=1 ;; 177 *gcc*) gcc=1 ;; 178 *clang*) gcc=1 ; [all...] |
/external/zlib/src/ |
configure | 87 gcc=0 162 # check for gcc vs. cc and set compile and link flags based on the system identified by uname 168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log 169 cc=${CC-${CROSS_PREFIX}gcc} 173 *gcc*) gcc=1 ;; 174 *clang*) gcc=1 ;; 177 *gcc*) gcc=1 ;; 178 *clang*) gcc=1 ; [all...] |
/build/blueprint/deptools/ |
depfile.go | 33 // WriteDepFile creates a new gcc-style depfile and populates it with content
|
/external/capstone/ |
make.sh | 6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required. 138 export CC=gcc 162 "gcc" ) CC=gcc build $*;; 168 * ) echo "Usage: make.sh [nix32|cross-win32|cross-win64|cygwin-mingw32|cygwin-mingw64|ios|ios_armv7|ios_armv7s|ios_arm64|cross-android arm|cross-android arm64|clang|gcc|install|uninstall]"; exit 1;;
|
/external/compiler-rt/make/ |
options.mk | 7 CC := gcc
|