| /external/curl/packages/DOS/ |
| common.dj | 92 CC = gcc
|
| /external/icu/icu4c/source/config/ |
| mh-cygwin | 121 GENCCODE_ASSEMBLY=-a gcc-cygwin
|
| mh-cygwin64 | 121 GENCCODE_ASSEMBLY=-a gcc-mingw64
|
| mh-darwin | 46 GENCCODE_ASSEMBLY=-a gcc-darwin
|
| mh-mingw | 158 GENCCODE_ASSEMBLY=-a gcc-cygwin
|
| mh-mingw64 | 158 GENCCODE_ASSEMBLY=-a gcc-mingw64
|
| /external/libcap/ |
| Make.Rules | 51 CC := gcc
|
| /external/libnfnetlink/build-aux/ |
| depcomp | 85 depmode=gcc 112 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. 113 gccflag=-qmakedep=gcc,-MF 114 depmode=gcc 119 ## gcc 3 implements dependency tracking that does exactly what 145 gcc) 146 ## There are various ways to get dependency output from gcc. Here's 151 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 175 ## dummy dependencies for each header file. Too bad gcc doesn't do 178 ## Some versions of gcc put a space before the ':'. On the theor [all...] |
| /external/swiftshader/third_party/LLVM/test/lib/ |
| llvm2cpp.exp | 76 exec -keepnewline gcc -g -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -o $executable $generated -I$srcroot/include -I$objroot/include -L$llvmlibsdir -lLLVMCore -lLLVMSupport -lLLVMSystem -lstdc++ } msg ]
78 fail "$test: gcc returned $retval\n$msg"
|
| /external/tensorflow/tensorflow/contrib/lite/ |
| Makefile | 30 CXX := $(CC_PREFIX) gcc 32 CC := $(CC_PREFIX) gcc
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| makefile.vms | 45 ifeq ($(CC),gcc)
|
| /prebuilts/go/darwin-x86/src/debug/pe/ |
| file_test.go | 33 file: "testdata/gcc-386-mingw-obj", 69 file: "testdata/gcc-386-mingw-exec", 111 file: "testdata/gcc-386-mingw-no-symbols-exec", 146 file: "testdata/gcc-amd64-mingw-obj", 171 file: "testdata/gcc-amd64-mingw-exec", 408 gccpath, err := exec.LookPath("gcc") 410 t.Skip("skipping test: gcc is missing")
|
| /prebuilts/go/linux-x86/src/debug/pe/ |
| file_test.go | 33 file: "testdata/gcc-386-mingw-obj", 69 file: "testdata/gcc-386-mingw-exec", 111 file: "testdata/gcc-386-mingw-no-symbols-exec", 146 file: "testdata/gcc-amd64-mingw-obj", 171 file: "testdata/gcc-amd64-mingw-exec", 408 gccpath, err := exec.LookPath("gcc") 410 t.Skip("skipping test: gcc is missing")
|
| /prebuilts/go/darwin-x86/src/debug/macho/ |
| file_test.go | 22 "testdata/gcc-386-darwin-exec", 48 "testdata/gcc-amd64-darwin-exec", 76 "testdata/gcc-amd64-darwin-exec-debug", 321 ff, err := OpenFat("testdata/fat-gcc-386-amd64-darwin-exec") 353 filename = "testdata/gcc-386-darwin-exec" // not a fat Mach-O
|
| /prebuilts/go/linux-x86/src/debug/macho/ |
| file_test.go | 22 "testdata/gcc-386-darwin-exec", 48 "testdata/gcc-amd64-darwin-exec", 76 "testdata/gcc-amd64-darwin-exec-debug", 321 ff, err := OpenFat("testdata/fat-gcc-386-amd64-darwin-exec") 353 filename = "testdata/gcc-386-darwin-exec" // not a fat Mach-O
|
| /prebuilts/go/darwin-x86/src/cmd/cgo/ |
| doc.go | 407 -debug-gcc 489 Cgo first invokes gcc -E -dM on the preamble, in order to find out 595 x.cgo2.c # for gcc 596 y.cgo2.c # for gcc 597 _cgo_defun.c # for gcc (if -gccgo) 598 _cgo_export.c # for gcc 599 _cgo_export.h # for gcc 600 _cgo_main.c # for gcc 616 to make a switch from the Go runtime world to the system C (GCC-based) 634 file compiled by gcc, the file x.cgo2.c [all...] |
| /prebuilts/go/linux-x86/src/cmd/cgo/ |
| doc.go | 407 -debug-gcc 489 Cgo first invokes gcc -E -dM on the preamble, in order to find out 595 x.cgo2.c # for gcc 596 y.cgo2.c # for gcc 597 _cgo_defun.c # for gcc (if -gccgo) 598 _cgo_export.c # for gcc 599 _cgo_export.h # for gcc 600 _cgo_main.c # for gcc 616 to make a switch from the Go runtime world to the system C (GCC-based) 634 file compiled by gcc, the file x.cgo2.c [all...] |
| /external/swiftshader/third_party/LLVM/tools/bugpoint/ |
| ExecutionDriver.cpp | 131 GCCBinary("gcc", cl::init("gcc"),
132 cl::desc("The gcc binary to use. (default 'gcc')"));
135 GCCToolArgv("gcc-tool-args", cl::Positional,
136 cl::desc("<gcc-tool arguments>..."),
299 gcc = GCC::create(Message, GCCBinary, &GCCToolArgv);
300 if (!gcc) { outs() << Message << "\nExiting.\n"; exit(1); }
430 GCC::FileType FT = SafeInterpreter->OutputCode(BitcodeFile, OutputFile, [all...] |
| /external/tensorflow/tensorflow/contrib/makefile/ |
| Makefile | 76 HOST_CXX := $(CC_PREFIX) gcc 155 CXX := $(CC_PREFIX) gcc 226 # If we're cross-compiling for the Raspberry Pi, use the right gcc. 311 CC := $(CC_PREFIX) $(NDK_ROOT)/toolchains/$(TOOLCHAIN)/prebuilt/$(ANDROID_HOST_OS_ARCH)/bin/$(BIN_PREFIX)-gcc
|
| /external/toolchain-utils/cros_utils/ |
| misc.py | 225 """Get gcc libs destination from board.""" 228 return '/build/%s/usr/lib/gcc/' % board 230 return '/build/%s/usr/lib64/gcc/' % board 232 return '/build/%s/usr/lib/gcc/' % board 234 return '/build/%s/usr/lib/gcc/' % board 347 "cros/gcc.gnu.org/branches/gcc/gcc-4_8-mobile, this function returns the git
|
| /toolchain/binutils/binutils-2.27/binutils/ |
| Makefile.am | 174 if [ -f $$r/../gcc/xgcc ] ; then \ 176 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 178 echo $$r/../gcc/xgcc -B$$r/../gcc/; \ 184 echo gcc | sed '$(transform)'; \
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| syscall_windows_test.go | 387 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, src} 393 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, "-O2", src} 444 if _, err := exec.LookPath("gcc"); err != nil { 445 t.Skip("skipping test: gcc is missing") 575 if _, err := exec.LookPath("gcc"); err != nil { 576 t.Skip("skipping test: gcc is missing") 604 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname) 639 if _, err := exec.LookPath("gcc"); err != nil { 640 t.Skip("skipping test: gcc is missing") 669 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| syscall_windows_test.go | 387 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, src} 393 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, "-O2", src} 444 if _, err := exec.LookPath("gcc"); err != nil { 445 t.Skip("skipping test: gcc is missing") 575 if _, err := exec.LookPath("gcc"); err != nil { 576 t.Skip("skipping test: gcc is missing") 604 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname) 639 if _, err := exec.LookPath("gcc"); err != nil { 640 t.Skip("skipping test: gcc is missing") 669 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname [all...] |
| /development/build/ |
| sdk-windows-x86.atree | 48 prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll platform-tools/libwinpthread-1.dll 72 prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll strip build-tools/${PLATFORM_NAME}/libwinpthread-1.dll
|
| /device/linaro/bootloader/arm-trusted-firmware/ |
| Makefile | 116 HOSTCC := gcc 119 CC := ${CROSS_COMPILE}gcc 121 AS := ${CROSS_COMPILE}gcc 127 PP := ${CROSS_COMPILE}gcc -E
|