| /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
| gccgoinstallation.go | 18 // Version of gcc (e.g. 4.8.0). 90 // Return an importer that searches incpaths followed by the gcc installation's
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/ |
| cfi-hppa-1.s | 1 #; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o
|
| cfi-s390-1.s | 1 #; $ as -o test.o -m31 -march=g5 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o
|
| /external/python/cpython2/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; the [all...] |
| /external/toolchain-utils/ |
| test_gcc_dejagnu.py | 29 'chromiumos/third_party/gcc.git') 30 _CHROMIUM_GCC_BRANCH = 'gcc.gnu.org/branches/google/gcc-4_7-mobile' 70 raise RuntimeError('Failed to checkout gcc.') 72 cmd = ('touch {0}/gcc/config/arm/arm-tune.md ' + \ 73 '{0}/gcc/config/arm/arm-tables.opt').format(self._gcc_dir) 83 raise RuntimeError('Building gcc failed.') 159 description=('This script is used by nightly client to test gcc. ' 177 default='gcc.live', 178 help=('Optional. Specify gcc checkout directory.') [all...] |
| /prebuilts/go/darwin-x86/src/cmd/nm/ |
| nm_test.go | 59 "elf/testdata/gcc-386-freebsd-exec", 60 "elf/testdata/gcc-amd64-linux-exec", 61 "macho/testdata/gcc-386-darwin-exec", 62 "macho/testdata/gcc-amd64-darwin-exec", 63 // "pe/testdata/gcc-amd64-mingw-exec", // no symbols! 64 "pe/testdata/gcc-386-mingw-exec",
|
| /prebuilts/go/linux-x86/src/cmd/nm/ |
| nm_test.go | 59 "elf/testdata/gcc-386-freebsd-exec", 60 "elf/testdata/gcc-amd64-linux-exec", 61 "macho/testdata/gcc-386-darwin-exec", 62 "macho/testdata/gcc-amd64-darwin-exec", 63 // "pe/testdata/gcc-amd64-mingw-exec", // no symbols! 64 "pe/testdata/gcc-386-mingw-exec",
|
| /external/swiftshader/third_party/LLVM/utils/ |
| llvmbuild | 12 # will build LLVM, Clang, llvm-gcc, and dragonegg as well as run tests 21 # gcc 31 # llvm-gcc 38 # gcc 48 # llvm-gcc 55 # gcc 65 # llvm-gcc 70 # "gcc" above is the upstream FSF gcc and "gcc/trunk" refers to th [all...] |
| /prebuilts/go/darwin-x86/src/cmd/cgo/ |
| main.go | 46 GccFiles []string // list of gcc output files 218 // built into the cgo binary. It scans a gcc-produced executable 223 // specialized knowledge gcc has about where to look for imported 242 // that are options to pass to gcc. 273 // we use to coordinate between gcc and ourselves. 344 // gcc with the additional arguments specified in args. 363 // Reset locale variables so gcc emits English errors [sic].
|
| /prebuilts/go/linux-x86/src/cmd/cgo/ |
| main.go | 46 GccFiles []string // list of gcc output files 218 // built into the cgo binary. It scans a gcc-produced executable 223 // specialized knowledge gcc has about where to look for imported 242 // that are options to pass to gcc. 273 // we use to coordinate between gcc and ourselves. 344 // gcc with the additional arguments specified in args. 363 // Reset locale variables so gcc emits English errors [sic].
|
| /external/curl/packages/vms/ |
| stage_curl_install.com | 19 $! [usr.include.curl]typecheck-gcc.h 145 $ copy [--.include.curl]typecheck-gcc.h - 146 'new_gnu'[usr.include.curl]typecheck-gcc.h
|
| /prebuilts/qemu-kernel/ |
| build-kernel.sh | 93 --gcc-version=*) 128 echo " --gcc-version=<version> use specific GCC version [$GCC_VERSION]" 164 echo "WARNING: android-goldfish-$KERNEL_VERSION doesn't build --arch=$ARCH with GCC 4.7" 168 # There is no GCC 4.7 toolchain to build AARCH64 binaries. 177 echo "Autoconfig: --gcc-version=$GCC_VERSION" 292 CROSS_COMPILER="${CROSSPREFIX}gcc" 308 # x86_46 binaries are under prebuilts/gcc/<host>/x86 !! 321 CROSSPREFIX=$BUILD_TOP/prebuilts/gcc/$HOST_TAG/$PREBUILT_ARCH/$CROSSTOOLCHAIN/bin/$CROSSPREFIX 322 echo "Checking for ${CROSSPREFIX}gcc" [all...] |
| /device/google/contexthub/firmware/os/cpu/cortexm4/ |
| cortexm4.mk | 17 GCC = $(CROSS_COMPILE)gcc
|
| /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/ |
| Makefile | 68 HOSTCC ?= gcc
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
| makefile | 167 BUILD_CC?=gcc
|
| /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
| Host.inf | 119 GCC:*_*_IA32_DLINK_FLAGS == -o $(BIN_DIR)/Host -m32 -L/usr/X11R6/lib
120 GCC:*_*_IA32_CC_FLAGS == -m32 -g -fshort-wchar -fno-strict-aliasing -Wall -malign-double -idirafter/usr/include -c -include $(DEST_DIR_DEBUG)/AutoGen.h -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings
121 GCC:*_*_IA32_PP_FLAGS == -m32 -E -x assembler-with-cpp -include $(DEST_DIR_DEBUG)/AutoGen.h
122 GCC:*_*_IA32_ASM_FLAGS == -m32 -c -x assembler -imacros $(DEST_DIR_DEBUG)/AutoGen.h
124 GCC:*_*_X64_DLINK_FLAGS == -o $(BIN_DIR)/Host -m64 -L/usr/X11R6/lib
125 GCC:*_*_X64_CC_FLAGS == -m64 -g -fshort-wchar -fno-strict-aliasing -Wall -malign-double -idirafter/usr/include -c -include $(DEST_DIR_DEBUG)/AutoGen.h -DSTRING_ARRAY_NAME=$(BASE_NAME)Strings
126 GCC:*_GCC44_X64_CC_FLAGS = "-DEFIAPI=__attribute__((ms_abi))"
127 GCC:*_GCC45_X64_CC_FLAGS = "-DEFIAPI=__attribute__((ms_abi))"
128 GCC:*_GCC46_X64_CC_FLAGS = "-DEFIAPI=__attribute__((ms_abi))"
129 GCC:*_GCC47_X64_CC_FLAGS = "-DEFIAPI=__attribute__((ms_abi))" [all...] |
| /external/ImageMagick/config/ |
| depcomp | 141 depmode=gcc 168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. 169 gccflag=-qmakedep=gcc,-MF 170 depmode=gcc 175 ## gcc 3 implements dependency tracking that does exactly what 200 gcc) 201 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. 204 ## There are various ways to get dependency output from gcc. Here's 209 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 211 ## supported by the other compilers which use the 'gcc' depmode [all...] |
| /external/avb/examples/uefi/ |
| Makefile | 30 EFI_CC = gcc
|
| /external/boringssl/ios-arm/crypto/fipsmodule/ |
| sha256-armv4.S | 20 @ Performance is ~2x better than gcc 3.4 generated code and in "abso- [all...] |
| sha512-armv4.S | 21 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue [all...] |
| /external/boringssl/linux-arm/crypto/fipsmodule/ |
| sha256-armv4.S | 21 @ Performance is ~2x better than gcc 3.4 generated code and in "abso- [all...] |
| sha512-armv4.S | 22 @ by gcc 3.4 and it spends ~72 clock cycles per byte [on single-issue [all...] |
| /external/curl/ |
| depcomp | 141 depmode=gcc 168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. 169 gccflag=-qmakedep=gcc,-MF 170 depmode=gcc 175 ## gcc 3 implements dependency tracking that does exactly what 200 gcc) 201 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. 204 ## There are various ways to get dependency output from gcc. Here's 209 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 211 ## supported by the other compilers which use the 'gcc' depmode [all...] |
| /external/google-breakpad/autotools/ |
| depcomp | 141 depmode=gcc 168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. 169 gccflag=-qmakedep=gcc,-MF 170 depmode=gcc 175 ## gcc 3 implements dependency tracking that does exactly what 200 gcc) 201 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. 204 ## There are various ways to get dependency output from gcc. Here's 209 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 211 ## supported by the other compilers which use the 'gcc' depmode [all...] |
| /external/google-breakpad/src/third_party/libdisasm/swig/ |
| Makefile | 3 GCC = gcc 10 export INTERFACE_FILE BASE_NAME SWIG GCC CC_FLAGS LD_FLAGS
|