| /external/modp_b64/ |
| common.mk | 258 $(eval $(call override_var,CC,gcc)) 271 CDRIVER = gcc 277 CXXDRIVER = gcc 319 COMMON_CFLAGS-gcc := -fvisibility=internal -ggdb3 -Wa,--noexecstack [all...] |
| /prebuilts/go/darwin-x86/src/cmd/go/internal/bug/ |
| bug.go | 191 cmd := exec.Command("gcc", "-o", outfile, srcfile)
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/bug/ |
| bug.go | 191 cmd := exec.Command("gcc", "-o", outfile, srcfile)
|
| /external/google-breakpad/ |
| configure | [all...] |
| /external/vboot_reference/ |
| Makefile | 129 CC ?= armv7a-cros-linux-gnueabi-gcc 135 CC ?= i686-pc-linux-gnu-gcc 147 CC ?= gcc [all...] |
| /toolchain/binutils/binutils-2.27/ |
| configure | [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| Makefile | 9 CC= gcc
|
| /external/capstone/ |
| Makefile | 23 CC = $(CROSS)gcc
|
| /external/elfutils/tests/ |
| run-dwarf-getmacros.sh | 669 file /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stddef.h
|
| /external/tpm2/ |
| Makefile | 8 CC ?= $(CROSS_COMPILE)gcc
|
| /external/zlib/src/contrib/masmx86/ |
| inffas32.asm | 12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
15 ; * compiled with gcc -DNO_MMX, but inffast.S is still faster on the P3 with MMX
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/config/ |
| Makefile | 37 CC= x86_64-apple-darwin-gcc 123 LDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS) 124 BLDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS) 125 LDCXXSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup 157 CONFIG_ARGS= '--prefix=/Volumes/Android/buildbot/src/android/master-ndk/out/build/buildhost/darwin-x86_64/install/host-tools' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' 424 # Compile a binary with gcc profile guided optimization. [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/config/ |
| Makefile | 37 CC= x86_64-linux-gnu-gcc -pthread 123 LDSHARED= x86_64-linux-gnu-gcc -shared $(LDFLAGS) 124 BLDSHARED= x86_64-linux-gnu-gcc -shared $(LDFLAGS) 125 LDCXXSHARED= x86_64-linux-gnu-gcc -shared 157 CONFIG_ARGS= '--prefix=/usr/local/google/buildbot/src/android/master-ndk/out/build/buildhost/linux-x86_64/install/host-tools' '--build=x86_64-linux-gnu' '--host=x86_64-linux-gnu' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CC=x86_64-linux-gnu-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' 425 # Compile a binary with gcc profile guided optimization. [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
| Makefile | 37 CC= x86_64-apple-darwin-gcc 123 LDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS) 124 BLDSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup $(LDFLAGS) 125 LDCXXSHARED= x86_64-apple-darwin-gcc -bundle -undefined dynamic_lookup 157 CONFIG_ARGS= '--prefix=/tmp/ndk-User/buildhost/install/prebuilt/darwin-x86_64' '--build=x86_64-apple-darwin' '--host=x86_64-apple-darwin' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-apple-darwin' 'host_alias=x86_64-apple-darwin' 'CC=x86_64-apple-darwin-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' 424 # Compile a binary with gcc profile guided optimization. [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
| Makefile | 37 CC= i686-linux-gnu-gcc 123 LDSHARED= i686-linux-gnu-gcc -shared $(LDFLAGS) 124 BLDSHARED= i686-linux-gnu-gcc -shared $(LDFLAGS) 125 LDCXXSHARED= i686-linux-gnu-gcc -shared 157 CONFIG_ARGS= '--prefix=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86' '--build=x86_64-linux-gnu' '--host=i686-linux-gnu' '--with-build-sysroot' '--disable-ipv6' 'build_alias=x86_64-linux-gnu' 'host_alias=i686-linux-gnu' 'CC=i686-linux-gnu-gcc' 'CFLAGS=-O2 -Os -fomit-frame-pointer -s' 'LDFLAGS=' 425 # Compile a binary with gcc profile guided optimization. [all...] |
| /toolchain/binutils/binutils-2.27/zlib/contrib/masmx86/ |
| inffas32.asm | 12 ; * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
15 ; * compiled with gcc -DNO_MMX, but inffast.S is still faster on the P3 with MMX
|
| /build/soong/cc/ |
| cmakelists.go | 150 f.WriteString(fmt.Sprintf("set(CMAKE_C_COMPILER \"%s%s\")\n", buildCMakePath(pathToCC), "gcc"))
|
| makevars.go | 300 ctx.Strict(makePrefix+"CC", gccCmd(toolchain, "gcc"))
|
| /external/clang/tools/scan-build/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1025 # used should be gcc-4.2. 1030 $ENV{"CCC_CC"} = "gcc-4.2"; 1063 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1065 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |
| /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1025 # used should be gcc-4.2. 1030 $ENV{"CCC_CC"} = "gcc-4.2"; 1063 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1065 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |
| /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1039 # used should be gcc-4.2. 1044 $ENV{"CCC_CC"} = "gcc-4.2"; 1077 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1079 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/tools/scan-build/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1039 # used should be gcc-4.2. 1044 $ENV{"CCC_CC"} = "gcc-4.2"; 1077 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1079 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1039 # used should be gcc-4.2. 1044 $ENV{"CCC_CC"} = "gcc-4.2"; 1077 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1079 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1039 # used should be gcc-4.2. 1044 $ENV{"CCC_CC"} = "gcc-4.2"; 1077 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1079 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/bin/ |
| scan-build | 10 # A script designed to wrap a build so that all calls to gcc are intercepted 1039 # used should be gcc-4.2. 1044 $ENV{"CCC_CC"} = "gcc-4.2"; 1077 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or 1079 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or [all...] |