/external/llvm/ |
Makefile | 241 --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/build/core/ |
ndk-common.sh | 431 CC=gcc 458 # this is highly dependent on your GCC installation (and no, we can't set
|
/external/bison/ |
Makefile | 124 CC = gcc 127 CPP = gcc -E 140 GCC = yes 193 ac_ct_CC = gcc
|
/external/bison/doc/ |
Makefile | 109 CC = gcc 112 CPP = gcc -E 125 GCC = yes 178 ac_ct_CC = gcc
|
/external/bison/examples/ |
Makefile | 102 CC = gcc 105 CPP = gcc -E 118 GCC = yes 171 ac_ct_CC = gcc
|
/external/bison/lib/ |
Makefile | 136 CC = gcc 139 CPP = gcc -E 152 GCC = yes 205 ac_ct_CC = gcc 286 # timevars, stolen from GCC.
|
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 101 CC = gcc 104 CPP = gcc -E 163 ac_ct_CC = gcc
|
/build/core/ |
main.mk | 161 GCC_REALPATH = $(realpath $(shell which gcc)) 162 ifneq ($(findstring llvm-gcc,$(GCC_REALPATH)),) 163 # Using LLVM GCC results in a non functional emulator due to it 166 $(warning * gcc is linked to llvm-gcc which will *) 469 external/gcc-demangle \
|
/external/clang/lib/Driver/ |
ToolChains.cpp | 55 // FIXME: DarwinVersion is only used to find GCC's libexec directory. 182 // Fallback to llvm-gcc for i386 kext compiles, we don't support that ABI. 249 // For fallback, we need to know how to find the GCC cc1 executables, so we 250 // also add the GCC libexec paths. This is legacy code that can be removed 265 Path += "/../llvm-gcc-4.2/libexec/gcc/"; 269 Path = "/usr/llvm-gcc-4.2/libexec/gcc/"; 602 // In GCC, the simulator historically was treated as being OS X in some 624 // it was previously found in the gcc lib dir. However, for all the Darwi [all...] |
Tools.h | 86 /// gcc - Generic GCC tool implementations. 87 namespace gcc { namespace in namespace:clang::driver::tools 108 Preprocess(const ToolChain &TC) : Common("gcc::Preprocess", 109 "gcc preprocessor", TC) {} 120 Precompile(const ToolChain &TC) : Common("gcc::Precompile", 121 "gcc precompile", TC) {} 132 Compile(const ToolChain &TC) : Common("gcc::Compile", 133 "gcc frontend", TC) {} 144 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/build/make/ |
Makefile | 70 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",
|
/external/mksh/src/ |
Build.sh | 179 test $ct = gcc && vscan='unrecogni[sz]ed' 597 # - GCC defines __hpux too 644 ct=gcc 700 gcc) 703 -dumpmachine` gcc`$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN \ 908 if test $ct = gcc; then 909 # The following tests run with -Werror (gcc only) if possible 952 "if gcc supports $t_cflags $t_ldflags" "$t_ldflags" 968 ac_flags 1 agcc -Agcc 'for support of GCC extensions' 1011 # flags common to a subset of compilers (run with -Werror on gcc) [all...] |
/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...] |