/external/libvpx/libvpx/build/make/ |
Makefile | 72 HOSTCC?=gcc 123 ifeq ($(TOOLCHAIN), x86-os2-gcc)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
libvpx.mk | 75 # RVCT (ARM's in-house compiler) format to GNU Assembler Format for gcc.
|
/prebuilts/go/darwin-x86/src/ |
make.bat | 30 :: Default is "gcc".
|
/prebuilts/go/linux-x86/src/ |
make.bat | 30 :: Default is "gcc".
|
/external/autotest/client/tools/ |
html_report.py | [all...] |
/external/clang/lib/Driver/ |
ToolChains.h | 28 /// Generic_GCC - A tool chain using the 'gcc' command to perform 29 /// all subcommands; this relies on gcc translating the majority of 33 /// \brief Struct to store and manipulate GCC versions. 35 /// We rely on assumptions about the form and structure of GCC version 72 /// \brief This is a class to find a viable GCC installation for Clang to 75 /// This class tries to find a GCC installation on the system, and report 107 /// \brief Check whether we detected a valid GCC install. 110 /// \brief Get the GCC triple for the detected install. 113 /// \brief Get the detected GCC installation path. 116 /// \brief Get the detected GCC parent lib path [all...] |
/external/libogg/win32/ |
Makefile | 72 CC = gcc
|
/external/llvm/ |
Makefile | 254 --with-llvm-gcc="$(LLVM_TOP)/llvm-gcc" ; \
|
/toolchain/binutils/binutils-2.25/ |
src-release.sh | 30 CC=gcc
|
configure | [all...] |
/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
|
/ndk/build/tools/ |
dev-system-import.sh | 336 $TOOLCHAIN_PREFIX-gcc -Wl,-shared,-Bsymbolic -nostdlib -o $TMPO $TMPC 1>/dev/null 2>&1
|
make-standalone-toolchain.sh | 212 # Check that we have any prebuilts GCC toolchain here 220 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc 248 # Now copy the GCC toolchain prebuilt binaries 275 # make clang/++ easier drop-in replacement for gcc/++ in NDK standalone mode.
|
/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>
|
/toolchain/binutils/binutils-2.25/ld/ |
Makefile.am | 101 if [ -f $$r/../gcc/xgcc ] ; then \ 103 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 105 echo $$r/../gcc/xgcc -B$$r/../gcc/; \ 111 echo gcc | sed '$(transform)'; \ 116 if [ -f $$r/../gcc/g++ ] ; then \ 118 echo $$r/../gcc/g++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 120 echo $$r/../gcc/g++ -B$$r/../gcc/; [all...] |
/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/minijail/ |
common.mk | 258 $(eval $(call override_var,CC,gcc)) 271 CDRIVER = gcc 277 CXXDRIVER = gcc 319 COMMON_CFLAGS-gcc := -fvisibility=internal -ggdb3 -Wa,--noexecstack [all...] |
/external/modp_b64/ |
common.mk | 258 $(eval $(call override_var,CC,gcc)) 271 CDRIVER = gcc 277 CXXDRIVER = gcc 319 COMMON_CFLAGS-gcc := -fvisibility=internal -ggdb3 -Wa,--noexecstack [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/google-breakpad/ |
configure | [all...] |
/external/vboot_reference/ |
Makefile | 129 CC ?= armv7a-cros-linux-gnueabi-gcc 135 CC ?= i686-pc-linux-gnu-gcc 147 CC ?= gcc [all...] |
/external/elfutils/tests/ |
run-dwarf-getmacros.sh | 669 file /usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stddef.h
|