| /external/llvm/utils/ |
| check-each-file | 5 # This script depends on the llvm-native-gcc script. 11 echo "Building $program with llvm-native-gcc" 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx 25 gcc -c __main.c 28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker 113 echo "Recompiling everything with llvm-native-gcc" 117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx 123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc" 128 echo Trying to compile $f with native gcc and rebuild $program 130 gmake ${f} CC=gcc > /dev/null 2>& [all...] |
| /external/icu/icu4c/source/ |
| runConfigureICU | 40 AIX/GCC Use the GNU gcc/g++ compilers on AIX 41 Cygwin Use the GNU gcc/g++ compilers on Cygwin 45 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD 48 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux 49 Linux/gcc Use the GNU gcc/g++ compilers on Linux 54 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin) 55 MinGW Use the GNU gcc/g++ compilers on MinG [all...] |
| /external/swiftshader/third_party/LLVM/utils/ |
| check-each-file | 5 # This script depends on the llvm-native-gcc script.
11 echo "Building $program with llvm-native-gcc"
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
25 gcc -c __main.c
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
113 echo "Recompiling everything with llvm-native-gcc"
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
128 echo Trying to compile $f with native gcc and rebuild $program
130 gmake ${f} CC=gcc > /dev/null 2>&1 [all...] |
| llvm-native-gcc | 2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an
18 # most of these are passed on to llvm-gcc.
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
72 if ($ProgramName =~ /llvm-native-gcc/) {
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile";
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
170 # build the llvm-gcc command line.
171 $LLVMGCCCommand = join (" ", ("llvm-gcc", @ARGV)); [all...] |
| /external/freetype/builds/dos/ |
| detect.mk | 73 # Use DJGPP (i.e. gcc) by default. 75 CONFIG_FILE := dos-gcc.mk 76 CC ?= gcc 80 ifneq ($(findstring emx,$(MAKECMDGOALS)),) # EMX gcc 82 CC := gcc
|
| /device/google/contexthub/util/nanoapp_encr/ |
| Makefile | 19 CC ?= gcc
|
| /device/google/contexthub/util/nanoapp_sign/ |
| Makefile | 19 CC ?= gcc
|
| /external/compiler-rt/test/builtins/timing/ |
| time | 9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
|
| /external/e2fsprogs/config/ |
| parse-types.sh | 12 CC=gcc 116 ${BUILD_CC-${CC-gcc}} -o asm_types asm_types.c
|
| /external/honggfuzz/examples/linux_kernel_ip/ |
| Makefile | 1 CC ?= gcc
|
| /external/sonivox/arm-wt-22k/host_src/ |
| arm-wt-22k.mak | 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
|
| /external/syslinux/gpxe/src/arch/i386/ |
| Makefile | 11 ifeq ($(CCTYPE),gcc) 18 ifeq ($(CCTYPE),gcc) 26 endif # gcc 31 ifeq ($(CCTYPE),gcc) 41 ifeq ($(CCTYPE),gcc)
|
| /external/xmlrpcpp/test/ |
| Makefile | 2 CXX = /usr/local/gcc-3.1/bin/g++
|
| /frameworks/wilhelm/tools/hashgen/ |
| Makefile | 10 gcc -c -o $@ $(CFLAGS) $< 47 gcc -o $@ $(CFLAGS) $^ 58 gcc -o $@ $(CFLAGS) $^ 64 gcc -o $@ $(CFLAGS) $^
|
| /toolchain/binutils/binutils-2.27/ |
| makefile.vms | 11 CC = gcc 15 GASCC = gcc
|
| /build/make/core/ |
| aux_toolchain.mk | 34 AUX_AS := $(AUX_TOOLCHAIN)gcc 35 AUX_CC := $(AUX_TOOLCHAIN)gcc
|
| /external/capstone/suite/ |
| compile_all.sh | 6 for x in default nix32 cross-win32 cross-win64 cygwin-mingw32 cygwin-mingw64 bsd clang gcc; do
|
| /external/clang/utils/ABITest/layout/ |
| Makefile | 14 X_COMPILER := llvm-gcc 16 CC := gcc
|
| /external/curl/lib/ |
| makefile.amiga | 10 CC = m68k-amigaos-gcc
|
| /external/fio/compiler/ |
| compiler.h | 10 #error Compiler too old, need gcc at least gcc 3.x 18 * Mark unused variables passed to ops functions as unused, to silence gcc
|
| /external/freetype/builds/os2/ |
| detect.mk | 35 # gcc-emx by default 36 CONFIG_FILE := os2-gcc.mk 63 CC := gcc
|
| /external/googletest/ci/ |
| install-linux.sh | 44 sudo apt-get update && sudo apt-get install -y bazel gcc-4.9 g++-4.9 clang-3.7
|
| /external/libyuv/files/ |
| linux.mk | 1 # This is a generic makefile for libyuv for gcc. 4 CC?=gcc 77 # gcc 4.4 and older require -fno-exceptions to avoid link error on __gxx_personality_v0 78 # CC=gcc-4.4 CXXFLAGS=-fno-exceptions CXX=g++-4.4 make -f linux.mk
|
| /external/ltp/utils/benchmark/ebizzy-0.3/ |
| configure | 34 gcc -Wall -Wshadow ${LIBS} ${FLAGS} -o ebizzy ebizzy.c
|
| /external/lz4/contrib/djgpp/ |
| Makefile | 18 CC = $(CROSS)-gcc 20 LD = $(CROSS)-gcc
|