HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 251 - 275 of 333) sorted by null

<<11121314

  /external/libogg/win32/
Makefile 72 CC = gcc
  /external/llvm/
Makefile 244 --with-llvm-gcc="$(LLVM_TOP)/llvm-gcc" ; \
  /external/qemu/distrib/sdl-1.2.15/
android-configure.sh 47 CC=gcc
  /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/sources/host-tools/make-3.81/w32/
Makefile 101 CC = gcc
104 CPP = gcc -E
163 ac_ct_CC = gcc
  /external/clang/lib/Driver/
ToolChains.cpp 56 // FIXME: DarwinVersion is only used to find GCC's libexec directory.
515 // In GCC, the simulator historically was treated as being OS X in some
537 // it was previously found in the gcc lib dir. However, for all the Darwin
579 // instead of the gcc-provided one (which is also incidentally
580 // only present in the gcc lib dir, which makes it hard to find).
608 // more opaque. For now, we follow gcc closely solely for the
670 // Sob. These is strictly gcc compatible for the time being. Apple
671 // gcc translates options twice, which means that self-expanding
    [all...]
Tools.h 96 /// gcc - Generic GCC tool implementations.
97 namespace gcc { namespace in namespace:clang::driver::tools
118 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess",
119 "gcc preprocessor", TC) {}
130 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
131 "gcc precompile", TC) {}
142 Compile(const ToolChain &TC) : Common("gcc::Compile",
143 "gcc frontend", TC) {}
154 Assemble(const ToolChain &TC) : Common("gcc::Assemble"
    [all...]
  /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/expat/
Makefile 107 CC = gcc -std=gnu99
  /external/libvpx/libvpx/build/make/
Makefile 73 HOSTCC?=gcc
  /ndk/build/tools/
dev-system-import.sh 336 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1
  /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/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/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/expat/amiga/
Makefile 79 CC := gcc
  /external/jpeg/
ltmain.sh 171 *cc | *++ | gcc* | *-gcc*)
    [all...]
  /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
  /external/clang/tools/scan-build/
scan-build 10 # A script designed to wrap a build so that all calls to gcc are intercepted
937 # used should be gcc-4.2.
942 $ENV{"CCC_CC"} = "gcc-4.2";
980 if ($Cmd =~ /(.*\/?gcc[^\/]*$)/ or
982 $Cmd =~ /(.*\/?llvm-gcc[^\/]*$)/ or
    [all...]
  /external/quake/quake/src/WinQuake/
Makefile.Solaris 22 CC=gcc
  /build/core/
main.mk 188 ifneq ($(findstring llvm-gcc,$(GCC_REALPATH)),)
189 # Using LLVM GCC results in a non functional emulator due to it
192 $(warning * gcc is linked to llvm-gcc which will *)
    [all...]
  /external/marisa-trie/
configure     [all...]
  /external/stressapptest/
configure     [all...]

Completed in 1802 milliseconds

<<11121314