HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 226 - 250 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 239 if ! echo __LP64__ | (CCOPTS= gcc -E - 2>/dev/null) | grep -q __LP64__ ; then
  /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/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/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...]
  /ndk/build/tools/
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...]
prebuilt-common.sh 732 # i585-pc-mingw32msvc-gcc, or it will fail its configure step late
734 # with i585-mingw32mvsc-gcc, which is the name used by the 'mingw32'
738 # i586-pc-mingw32msvc-gcc that really calls i586-mingw32msvc-gcc,
761 find_program MINGW_GCC ${i}gcc
783 for i in $BINPREFIXLST; do echo " ${i}gcc"; done
794 if [ ! -f "${DARWIN_TOOLCHAIN}-gcc" ]; then
795 echo "darwin cross-toolchain $DARWIN_TOOLCHAIN-gcc doesn't exist"
808 CROSS_GCC=${DARWIN_TOOLCHAIN}-gcc
833 DST_PREFIX=${CROSS_GCC%gcc}
    [all...]
  /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...]
  /external/curl/packages/vms/
stage_curl_install.com 21 $! [usr.include.curl]typecheck-gcc.h
149 $ copy [--.include.curl]typecheck-gcc.h -
150 '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...]
  /external/bison/build-aux/
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
  /external/libedit/
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/libhevc/
decoder.arm64.mk 97 # with gcc either, and may actually help future gcc versions if they decide
  /external/libmicrohttpd/
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/mesa3d/src/gallium/drivers/radeon/
Makefile 74 gcc -o loader $(LLVM_LDFLAGS) -L/usr/local/lib $(LDFLAGS) loader.o libradeon.a $(LLVM_LIBS) $(LOADER_LIBS) -lpthread -ldl -lstdc++ -lm
  /external/netperf/
depcomp 55 depmode=gcc
66 ## gcc 3 implements dependency tracking that does exactly what
79 gcc)
80 ## There are various ways to get dependency output from gcc. Here's
85 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
109 ## dummy dependencies for each header file. Too bad gcc doesn't do
113 ## Some versions of gcc put a space before the `:'. On the theory
  /external/pcre/dist/
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/protobuf/
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/protobuf/gtest/build-aux/
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...]

Completed in 2456 milliseconds

1 2 3 4 5 6 7 8 91011>>