Home
last modified time | relevance | path

Searched refs:gcc (Results 1 – 25 of 722) sorted by relevance

12345678910>>...29

/external/clang/utils/VtableTest/
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.sum test-clang.sum test-gcc.s test-clang.s
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
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
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
/external/libvpx/libvpx/
DREADME53 armv5te-android-gcc
55 armv5te-linux-gcc
56 armv6-darwin-gcc
58 armv6-linux-gcc
59 armv7-android-gcc
61 armv7-linux-gcc
62 mips32-linux-gcc
63 ppc32-darwin8-gcc
64 ppc32-darwin9-gcc
65 ppc64-darwin8-gcc
[all …]
/external/libpng/scripts/
DREADME.txt5 (gcc, creates libpng12.so.0.1.2.46)
6 makefile.gcc => Generic makefile (gcc, creates static libpng.a)
11 makefile.aix => AIX/gcc makefile
18 makefile.cygwin => Cygwin/gcc makefile
23 gcc, creates libpng12.so.0.1.2.46)
25 makefile.gcc => Generic gcc makefile
26 makefile.gccmmx => Generic gcc makefile previously using MMX code
27 makefile.hpgcc => HPUX makefile using gcc
36 makefile.nommx => Generic gcc makefile not using MMX code
38 makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def)
[all …]
/external/srtp/
Dconfig.log58 configure:1434: checking for gcc
59 configure:1450: found /usr/bin/gcc
60 configure:1460: result: gcc
62 configure:1707: gcc --version </dev/null >&5
63 gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
69 configure:1712: gcc -v </dev/null >&5
74 gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
76 configure:1717: gcc -V </dev/null >&5
77 gcc: '-V' option must have argument
80 configure:1746: gcc -Wall -O4 -fexpensive-optimizations -funroll-loops conftest.c >&5
[all …]
/external/openssl/crypto/des/
Doptions.txt6 FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - assembler 577,000 4620k/s
9 FreeBSD - Pentium Pro 200mhz - gcc 2.7.2.2 - UNROLL RISC1 433,000 3468k/s
10 solaris 2.5.1 usparc 167mhz?? - gcc 2.7.2 - UNROLL 380,000 3041k/s
11 linux - pentium 100mhz - gcc 2.7.0 - assembler 281,000 2250k/s
14 IRIX 5.3 - R4400 200mhz - gcc 2.6.3 - UNROLL RISC2 PTR 235,300 1882k/s
18 linux - pentium 100mhz - gcc 2.7.0 - UNROLL RISC1 PTR 158,500 1268k/s
20 solaris 2.5.1 - sparc 10 50mhz - gcc 2.7.2 - UNROLL 123,600 989k/s
22 DGUX - 88100 50mhz(?) - gcc 2.6.3 - UNROLL 81,000 648k/s
23 solaris 2.4 486 50mhz - gcc 2.6.3 - assembler 65,000 522k/s
25 solaris 2.4 486 50mhz - gcc 2.6.3 - UNROLL RISC2 43,500 344k/s
/external/grub/
Dconfig.log62 configure:2028: checking for gcc
63 configure:2044: found /usr/bin/gcc
64 configure:2054: result: gcc
65 configure:2112: checking for gcc
66 configure:2138: result: gcc
68 configure:2385: gcc --version </dev/null >&5
69 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
75 configure:2390: gcc -v </dev/null >&5
80 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
82 configure:2395: gcc -V </dev/null >&5
[all …]
/external/icu4c/
Dconfig.log50 configure:1494: checking for gcc
51 configure:1520: result: gcc
53 configure:1767: gcc --version </dev/null >&5
54 gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
60 configure:1772: gcc -v </dev/null >&5
65 gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
67 configure:1777: gcc -V </dev/null >&5
68 gcc: '-V' option must have argument
71 configure:1806: gcc -O3 conftest.c >&5
81 configure:1900: gcc -o conftest -O3 conftest.c >&5
[all …]
DrunConfigureICU33 AIX/GCC Use the GNU gcc/g++ compilers on AIX
34 Cygwin Use the GNU gcc/g++ compilers on Cygwin
38 FreeBSD Use the GNU gcc/g++ compilers on Free BSD
41 Linux Use the GNU gcc/g++ compilers on Linux
45 MacOSX Use the GNU gcc/g++ compilers on MacOS X (Darwin)
46 MinGW Use the GNU gcc/g++ compilers on MinGW
49 Solaris/GCC Use the GNU gcc/g++ compilers on Solaris
142 CC=gcc; export CC
158 CC=gcc; export CC
290 CC=gcc; export CC
[all …]
/external/llvm/test/DebugInfo/X86/
Dearlydup-crash.ll48 …a !"darwin-c.c", metadata !"/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/config…
49 …spindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/config/darwin-c.c", metadata !"/Users/espi…
58 …ata !"cpplib.h", metadata !"/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../lib…
84 …5, metadata !"stddef.h", metadata !"/Users/espindola/llvm/build-llvm-gcc/./prev-gcc/include", meta…
/external/llvm/lib/Target/X86/
DREADME-FPStack.txt8 http://gcc.gnu.org/ml/gcc-patches/2004-04/msg00659.html
44 http://gcc.gnu.org/ml/gcc-patches/2004-11/msg02410.html
55 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02006.html
56 http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02011.html
/external/qemu/distrib/sdl-1.2.15/test/
Dgcc-fat.sh62 --version) exec gcc $1;;
63 -v) exec gcc $1;;
64 -V) exec gcc $1;;
65 -print-prog-name=*) exec gcc $1;;
66 -print-search-dirs) exec gcc $1;;
/external/llvm/utils/
Dcheck-each-file13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
25 gcc -c __main.c
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
128 echo Trying to compile $f with native gcc and rebuild $program
130 gmake ${f} CC=gcc > /dev/null 2>&1
/external/llvm/test/CodeGen/Generic/
DMakefile9 %.gcc.s: %.c
10 gcc -O0 -S $< -o $@
13 gcc -O0 -lm $< -o $@
/external/stlport/
DINSTALL.unixes27 different from gcc, pay attention to --use-compiler-family= option.
81 In case of gcc, libstlport replace libstdc++ (not in all cases!)
86 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crt1.o \
87 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crti.o \
88 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/crtbegin.o \
92 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/crtend.o \
93 /usr/lib/gcc/i686-pc-linux-gnu/4.2.4/../../../crtn.o
101 gcc -pthread -fexceptions -O2 -I/usr/local/include/stlport -o mytest \
104 If you use gcc before 3.3, you must link with libstdc++, because
/external/compiler-rt/lib/tsan/go/
Dbuildgo.sh71 echo gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
72 gcc gotsan.cc -S -o tmp.s $FLAGS $CFLAGS
77 gcc test.c race_$SUFFIX.syso -m64 -o test $OSLDFLAGS
/external/llvm/autoconf/m4/
Dbuild_exeext.m413 AC_CHECK_PROG(BUILD_CC, ${ac_build_prefix}gcc, ${ac_build_prefix}gcc)
15 AC_CHECK_PROG(BUILD_CC, gcc, gcc)
/external/llvm/projects/sample/autoconf/m4/
Dbuild_exeext.m413 AC_CHECK_PROG(BUILD_CC, ${ac_build_prefix}gcc, ${ac_build_prefix}gcc)
15 AC_CHECK_PROG(BUILD_CC, gcc, gcc)
/external/libvpx/libvpx/build/make/
Dconfigure.sh579 CC=${CC:-${CROSS}gcc}
660 toolchain=${tgt_isa}-${tgt_os}-gcc
776 gcc)
778 link_with_cc=gcc
849 CC=${TOOLCHAIN_PATH}gcc
852 LD=${TOOLCHAIN_PATH}gcc
892 CC=${TOOLCHAIN_PATH}/gcc
894 LD=${TOOLCHAIN_PATH}/arm-apple-darwin10-llvm-gcc-4.2
933 hash arm-none-linux-gnueabi-gcc 2>&- || \
955 link_with_cc=gcc
[all …]
/external/icu4c/config/
Dpkgdata.inc1 GENCCODE_ASSEMBLY_TYPE=-a gcc
7 COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall …
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/icu4c/test/testdata/
Dpkgdata.inc1 GENCCODE_ASSEMBLY_TYPE=-a gcc
7 COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall …
9 GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…
/external/dropbear/libtommath/
Dmakefile.shared6 CC = libtool --mode=compile --tag=CC gcc
86 libtool --mode=link gcc *.lo -o $(LIBNAME) -rpath $(LIBPATH) -version-info $(VERSION)
95 gcc $(CFLAGS) -c demo/demo.c -o demo/demo.o
96 libtool --mode=link gcc -o test demo/demo.o $(LIBNAME_S)
99 cd mtest ; gcc $(CFLAGS) mtest.c -o mtest
102 gcc $(CFLAGS) -DTIMER demo/timing.c $(LIBNAME_S) -o ltmtest
/external/icu4c/data/
Dicupkg.inc1 GENCCODE_ASSEMBLY_TYPE=-a gcc
7 COMPILE=gcc -DU_USING_ICU_NAMESPACE=1 -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -g -O0 -Wall -ansi -pe…
9 GENLIB=gcc -g -O0 -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strin…

12345678910>>...29