HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 1 - 25 of 276) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/utils/VtableTest/
Makefile 10 test-gcc.sum: test.cc
11 time $(GXX) test.cc -o test-gcc.s -S
12 $(GXX) test-gcc.s -o test-gcc
13 ./test-gcc >test-gcc.sum
20 one: test-gcc.sum test-clang.sum
21 cmp test-gcc.sum test-clang.sum
24 rm -f gen test-gcc test-clang test.cc test-gcc.sum test-clang.sum test-gcc.s test-clang.
    [all...]
check-zti 11 sed -n "/^__ZTI.*s$i:/,/\.[sg][el]/p" test-gcc.s |
12 grep -v '\.[sg][el]' | sed 's/(\([0-9][0-9]*\))/\1/' >test-gcc-zti
13 diff -U3 test-gcc-zti test-clang-zti
check-ztt 11 sed -n "/^__ZTT.*s$i:/,/\.[sgm][elo]/p" test-gcc.s |
12 grep -v '\.[sgm][elo]' | sed -e 's/[()]//g' -e 's/ + /+/' >test-gcc-ztt
13 diff -U3 test-gcc-ztt test-clang-ztt
check-zvt 10 sed -n "/^__ZTV.*s$i:/,/\.[sg][el]/p" test-gcc.s | grep -v '\.[sg][el]' >test-gcc-ztv
11 diff -U3 test-gcc-ztv test-clang-ztv
  /system/media/wilhelm/tools/permute/
Makefile 2 gcc -o $@ -Wall permute.c -lsndfile
  /external/stlport/test/compiler/StTerm-order/
Makefile 4 COMPILER_NAME := gcc
  /external/openssl/crypto/threads/
pthread2.sh 6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
  /external/llvm/test/CodeGen/Generic/
Makefile 9 %.gcc.s: %.c
10 gcc -O0 -S $< -o $@
13 gcc -O0 -lm $< -o $@
  /external/qemu-pc-bios/bochs/bios/
bios_usage 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage
  /external/stlport/test/compiler/
gcc.mak 4 COMPILER_NAME := gcc
  /external/chromium/build/
sanitize-mac-build-log.sed 31 s|^Distributed-CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
32 s|^CompileC \(.*\) normal i386 c++ com.apple.compilers.gcc.4_2| CC \1|
  /external/e2fsprogs/lib/ext2fs/tdb/
Makefile 7 gcc -c tdbtool.c
10 gcc -o tdbtool tdb.o tdbtool.o
  /external/yaffs2/yaffs2/mtdemul/
Makefile 32 gcc -c $(CFLAGS) $< -o $@
  /build/core/combo/
HOST_linux-x86.mk 38 ifneq (,$(strip $(wildcard $(HOST_SDK_TOOLCHAIN_PREFIX)-gcc)))
39 HOST_CC := $(HOST_SDK_TOOLCHAIN_PREFIX)-gcc
42 endif # $(HOST_SDK_TOOLCHAIN_PREFIX)-gcc exists
  /dalvik/tests/023-many-interfaces/
build 21 gcc -o iface-gen iface-gen.c
  /external/e2fsprogs/util/
gcc-wall-cleanup 3 # This script filters out gcc-wall crud that we're not interested in seeing.
7 /^gcc /d
  /external/libvpx/libmkv/
Makefile 2 CC=gcc
3 LINKER=gcc
  /ndk/build/tools/
download-toolchain-sources.sh 61 binaries from scratch with build/tools/build-gcc.sh."
169 toolchain_clone gcc
189 # We only keep one version of gcc and binutils
192 log "getting rid of obsolete sources: gcc-4.2.1 gcc-4.3.1 gcc-4.4.0 gdb-6.8 binutils-2.17"
193 rm -rf $TMPDIR/gcc/gcc-4.2.1
194 rm -rf $TMPDIR/gcc/gcc-4.3.
    [all...]
  /external/webkit/Tools/mangleme/
Makefile 8 CC = gcc
  /frameworks/compile/libbcc/runtime/test/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /external/yaffs2/yaffs2/direct/
Makefile 46 gcc -c $(CFLAGS) $< -o $@
52 gcc -o $@ $(DIRECTTESTOBJS)
56 gcc -o $@ $(BOOTTESTOBJS)
  /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...]
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/e2fsprogs/config/
parse-types.sh 12 CC=gcc
109 ${BUILD_CC-${CC-gcc}} -o asm_types asm_types.c
  /external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe

Completed in 1501 milliseconds

1 2 3 4 5 6 7 8 91011>>