Searched refs:gcc (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/external/clang/utils/VtableTest/
H A DMakefile10 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
[all...]
H A Dcheck-zti11 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
H A Dcheck-ztt11 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
H A Dcheck-zvt10 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
/external/chromium_org/third_party/sqlite/src/
H A Dmkextu.sh11 echo gcc $CFLAGS -shared fts2amal.c -o fts2.so
12 gcc $CFLAGS -shared fts2amal.c -o fts2.so
H A Dmkso.sh25 echo gcc -shared *.o $TCLSTUBLIB -o tclsqlite3.so
26 gcc -shared *.o $TCLSTUBLIB -o tclsqlite3.so
29 echo gcc -shared *.o -o sqlite3.so
30 gcc -shared *.o -o sqlite3.so
H A DMakefile.arm-wince-mingw32ce-gcc28 BCC = gcc -g -O2
79 #TCC = gcc -O6
80 #TCC = gcc -g -O0 -Wall
81 #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage
82 #TCC = /opt/mingw/bin/i386-mingw32-gcc -O6
83 TCC = $(MINGW32CE)/$(TARGET)-gcc -O2
95 #MKSHLIB = gcc -shared
98 MKSHLIB = $(MINGW32CE)/$(TARGET)-gcc -shared
H A DMakefile.linux-gcc22 BCC = gcc -g -O2
93 TCC = gcc -O6
94 #TCC = gcc -g -O0 -Wall
95 #TCC = gcc -g -O0 -Wall -fprofile-arcs -ftest-coverage
96 #TCC = /opt/mingw/bin/i386-mingw32-gcc -O6
106 MKSHLIB = gcc -shared
/external/stlport/test/compiler/StTerm-order/
H A DMakefile4 COMPILER_NAME := gcc
/external/valgrind/main/VEX/switchback/
H A DMakefile3 gcc -m64 -Wall -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a
4 # gcc -Wall -O -g -o switchback switchback.c linker.c ../libvex.a
7 gcc -Wall -m64 -mregnames -O -c test_ppc_jm1.c
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dpthread2.sh6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
/external/openssl/crypto/threads/
H A Dpthread2.sh6 gcc -DPTHREADS -I../../include -g mttest.c -o mttest -L../.. -lssl -lcrypto -lpthread
/external/llvm/test/CodeGen/Generic/
H A DMakefile9 %.gcc.s: %.c
10 gcc -O0 -S $< -o $@
13 gcc -O0 -lm $< -o $@
/external/compiler-rt/lib/tsan/go/
H A Dbuildgo.sh75 echo gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
76 gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
81 gcc test.c race_$SUFFIX.syso -m64 -o test $OSLDFLAGS
/external/qemu/distrib/kernel-toolchain/
H A Dandroid-kernel-toolchain-ar31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-as31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-gcc31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-ld31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-nm31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-objcopy31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-objdump31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-ranlib31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-size31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dandroid-kernel-toolchain-strip31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then
H A Dtoolbox.sh31 # $PROGPREFIX-gcc --> $0
38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain
46 if [ "$PROGSUFFIX" = gcc ]; then

Completed in 742 milliseconds

1234567891011>>