HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 326 - 350 of 435) sorted by null

<<1112131415161718

  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 25 CC_PPC="gcc-4.0"
31 CC_X86="gcc"
37 CC_X64="gcc"
49 which gcc-4.0 >/dev/null 2>/dev/null
51 #echo "WARNING: Can't find gcc-4.0, which means you don't have Xcode 3."
  /ndk/build/tools/
build-host-python.sh 20 # found in $TOOLCHAIN_SRC_DIR/gcc/gcc-*
374 GCC_DIRS=$(find $TOOLCHAIN_SRC_DIR/gcc/ -maxdepth 1 -name "gcc-*" -type d)
dev-system-import.sh 336 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1
make-standalone-toolchain.sh 179 # Check that we have any prebuilts GCC toolchain here
193 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc
227 # Now copy the GCC toolchain prebuilt binaries
299 # make clang/++ easier drop-in replacement for gcc/++ in NDK standalone mode.
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 101 CC = gcc
104 CPP = gcc -E
163 ac_ct_CC = gcc
  /external/srtp/
config.status 477 s,@CC@,gcc,;t t
481 s,@ac_ct_CC@,gcc,;t t
488 s,@CPP@,gcc -E,;t t
  /external/bzip2/
Makefile 18 CC=gcc
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 111 # The GCC and LLVM toolchains (include the version of Make.exe that comes
354 # fix_deps.py based on the .d files which gcc generates. We don't reference
367 # The gcc-generated deps files end in .d
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
assert.hpp 26 #include <boost/mpl/aux_/config/gcc.hpp>
52 // and GCC (which issues "unused variable" warnings when static constants are used
68 // degrades the quality of GCC diagnostics
258 // agurt, 9/nov/06: 'enum' below is a workaround for gcc 4.0.4/4.1.1 bugs #29522 and #29518
has_xxx.hpp 23 #include <boost/mpl/aux_/config/gcc.hpp>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 26 You will not be able to compile this file correctly without gcc, because variable
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 26 You will not be able to compile this file correctly without gcc, because variable
  /external/chromium_org/third_party/sqlite/src/
configure.ac 227 AC_CHECK_PROGS(BUILD_CC, gcc cc cl)
  /external/clang/www/demo/
index.cgi 244 $sanitycheckfail .= ' llvm-gcc'
245 if ( `llvm-gcc --version 2>&1` !~ /Free Software Foundation/ );
340 # Add a newline to the source here to avoid a warning from gcc.
351 my $outputFile = getname(".llvm-gcc.out");
352 my $timerFile = getname(".llvm-gcc.time");
365 try_run( "llvm C/C++ front-end (llvm-gcc)",
366 "llvm-gcc -emit-llvm -W -Wall -O2 $stats -o $bytecodeFile -c $inputFile > $outputFile 2>&1",
  /ndk/
ndk-gdb.py 194 stdcxx_pypr_versions = [ 'gnustdcxx'+d.replace('gcc','')
761 pypr_folder = PYPRPR_GNUSTDCXX_BASE + 'gcc-' + NDK_TOOLCHAIN_VERSION
763 pypr_folder = PYPRPR_GNUSTDCXX_BASE + OPTION_STDCXXPYPR.replace('gnustdcxx-','gcc-')
  /ndk/sources/host-tools/nawk-20071023/
FIXES 226 reported by gcc's -Wwrite-strings. as it says in the gcc manual,
508 cleaned up some declarations so gcc -Wall is now almost silent.
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 57 // FIXME: DarwinVersion is only used to find GCC's libexec directory.
509 // In GCC, the simulator historically was treated as being OS X in some
531 // it was previously found in the gcc lib dir. However, for all the Darwin
570 // instead of the gcc-provided one (which is also incidentally
571 // only present in the gcc lib dir, which makes it hard to find).
597 // more opaque. For now, we follow gcc closely solely for the
659 // Sob. These is strictly gcc compatible for the time being. Apple
660 // gcc translates options twice, which means that self-expanding
901 /// Generic_GCC - A tool chain using the 'gcc' command to perform
902 /// all subcommands; this relies on gcc translating the majority o
    [all...]
Tools.h 113 /// gcc - Generic GCC tool implementations.
114 namespace gcc { namespace in namespace:clang::driver::tools
135 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
136 "gcc preprocessor", TC) {}
147 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
148 "gcc precompile", TC) {}
159 Compile(const ToolChain &TC) : Common("gcc::Compile",
160 "gcc frontend", TC) {}
171 Assemble(const ToolChain &TC) : Common("gcc::Assemble"
    [all...]
  /external/jpeg/
ltmain.sh 171 *cc | *++ | gcc* | *-gcc*)
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 73 HOSTCC?=gcc
  /external/qemu/distrib/jpeg-6b/
ltmain.sh 171 *cc | *++ | gcc* | *-gcc*)
    [all...]
  /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/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= 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=/tmp/ndk-andrewhsieh/buildhost/install/prebuilt/linux-x86_64' '--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...]
  /external/clang/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
958 # used should be gcc-4.2.
963 $ENV{"CCC_CC"} = "gcc-4.2";
996 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
998 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]

Completed in 3553 milliseconds

<<1112131415161718