/ndk/build/core/toolchains/aarch64-linux-android-clang3.6/ |
setup.mk | 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 55 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/ |
setup.mk | 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/mipsel-linux-android-clang3.6/ |
setup.mk | 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/core/toolchains/x86_64-clang3.6/ |
setup.mk | 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 55 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/ndk/build/tools/ |
gen-toolchain-wrapper.sh | 17 # This shell script is used to rebuild the gcc and toolchain binaries 39 /tmp/my-toolchain/my-gcc 46 calling the host version of 'cc', 'gcc', etc... 91 PROGRAMS="cc gcc c++ g++ cpp as ld ar ranlib strip strings nm objdump dlltool" 131 # $1: program name, without any prefix (e.g. gcc, g++, ar, etc..) 146 cc|gcc|cpp)
|
common-build-host-funcs.sh | 313 local GCC="$PREFIX-gcc" 314 if [ -f "$GCC" ]; then 315 if bh_check_compiler "$GCC" "$@"; then 316 HOST_FULLPREFIX="${GCC%%gcc}" 317 dump "$(bh_host_text) Using host gcc: $GCC $@" 319 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@ [all...] |
/ndk/sources/host-tools/ndk-stack/ |
GNUmakefile | 17 CC := gcc
|
/ndk/tests/build/check-armeabi-v7a-prebuilts/ |
build.sh | 239 if ! echo __LP64__ | (CCOPTS= gcc -E - 2>/dev/null) | grep -q __LP64__ ; then
|
/prebuilts/go/darwin-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
|
/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
|
/prebuilts/ninja/darwin-x86/ |
build-common.sh | 63 export CC=x86_64-w64-mingw32-gcc
|
/prebuilts/ninja/linux-x86/ |
build-common.sh | 63 export CC=x86_64-w64-mingw32-gcc
|
/toolchain/binutils/binutils-2.25/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/zlib/src/ |
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...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
line_test.go | 21 // # gcc --version | head -n1 22 // gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 23 // # gcc -g -o line-gcc.elf line*.c 46 testLineTable(t, want, elfData(t, "testdata/line-gcc.elf")) 77 d := elfData(t, "testdata/line-gcc.elf")
|
/prebuilts/go/darwin-x86/test/bench/shootout/ |
timing.sh | 115 run "gcc $gccm -O2 fasta.c" a.$EXE 25000000 122 runonly gcc -O2 fasta.c 125 run "gcc $gccm -O2 reverse-complement.c" a.$EXE < x 134 run "gcc $gccm -O2 nbody.c -lm" a.$EXE 50000000 142 run "gcc $gccm -O2 binary-tree.c -lm" a.$EXE 15 151 run "gcc $gccm -O2 fannkuch.c" a.$EXE 12 160 runonly gcc -O2 fasta.c 164 run "gcc $gccm -O2 regex-dna.c $(pkg-config libpcre --cflags --libs)" a.$EXE <x 176 run "gcc $gccm -O2 spectral-norm.c -lm" a.$EXE 5500 183 runonly gcc -O2 fasta. [all...] |
/prebuilts/go/linux-x86/src/debug/dwarf/ |
line_test.go | 21 // # gcc --version | head -n1 22 // gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2 23 // # gcc -g -o line-gcc.elf line*.c 46 testLineTable(t, want, elfData(t, "testdata/line-gcc.elf")) 77 d := elfData(t, "testdata/line-gcc.elf")
|
/prebuilts/go/linux-x86/test/bench/shootout/ |
timing.sh | 115 run "gcc $gccm -O2 fasta.c" a.$EXE 25000000 122 runonly gcc -O2 fasta.c 125 run "gcc $gccm -O2 reverse-complement.c" a.$EXE < x 134 run "gcc $gccm -O2 nbody.c -lm" a.$EXE 50000000 142 run "gcc $gccm -O2 binary-tree.c -lm" a.$EXE 15 151 run "gcc $gccm -O2 fannkuch.c" a.$EXE 12 160 runonly gcc -O2 fasta.c 164 run "gcc $gccm -O2 regex-dna.c $(pkg-config libpcre --cflags --libs)" a.$EXE <x 176 run "gcc $gccm -O2 spectral-norm.c -lm" a.$EXE 5500 183 runonly gcc -O2 fasta. [all...] |
/external/mesa3d/scons/ |
gallium.py | 140 env['gcc'] = 'gcc' in os.path.basename(env['CC']).split('-') 155 gcc = env['gcc'] 282 if gcc: 311 if gcc: 316 # gcc 4.2.x optimizer is broken 317 print "warning: gcc 4.2.x optimizer is broken -- disabling optimizations" 321 # gcc's builtin memcmp is slower than glibc's 322 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4305 [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
doc.go | 275 -debug-gcc 320 Cgo first invokes gcc -E -dM on the preamble, in order to find out 382 distinguish functions from global variables.) If using a standard gcc, 384 learn the identifier's value. The LLVM-based gcc on OS X emits 405 x.cgo2.c # for gcc 406 y.cgo2.c # for gcc 407 _cgo_defun.c # for gcc (if -gccgo) 408 _cgo_export.c # for gcc 409 _cgo_export.h # for gcc 410 _cgo_main.c # for gcc [all...] |
main.go | 43 GccFiles []string // list of gcc output files 187 // built into the cgo binary. It scans a gcc-produced executable 192 // specialized knowledge gcc has about where to look for imported 211 // that are options to pass to gcc. 236 // we use to coordinate between gcc and ourselves. 304 // gcc with the additional arguments specified in args. 323 // Reset locale variables so gcc emits English errors [sic].
|
/prebuilts/go/linux-x86/src/cmd/cgo/ |
doc.go | 275 -debug-gcc 320 Cgo first invokes gcc -E -dM on the preamble, in order to find out 382 distinguish functions from global variables.) If using a standard gcc, 384 learn the identifier's value. The LLVM-based gcc on OS X emits 405 x.cgo2.c # for gcc 406 y.cgo2.c # for gcc 407 _cgo_defun.c # for gcc (if -gccgo) 408 _cgo_export.c # for gcc 409 _cgo_export.h # for gcc 410 _cgo_main.c # for gcc [all...] |
main.go | 43 GccFiles []string // list of gcc output files 187 // built into the cgo binary. It scans a gcc-produced executable 192 // specialized knowledge gcc has about where to look for imported 211 // that are options to pass to gcc. 236 // we use to coordinate between gcc and ourselves. 304 // gcc with the additional arguments specified in args. 323 // Reset locale variables so gcc emits English errors [sic].
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 90 all_platforms="${all_platforms} armv5te-android-gcc" 92 all_platforms="${all_platforms} armv5te-linux-gcc" 94 all_platforms="${all_platforms} armv6-darwin-gcc" 96 all_platforms="${all_platforms} armv6-linux-gcc" 98 all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8 99 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8 101 all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8 105 all_platforms="${all_platforms} mips32-linux-gcc" 106 all_platforms="${all_platforms} ppc32-darwin8-gcc" 107 all_platforms="${all_platforms} ppc32-darwin9-gcc" [all...] |