Searched
refs:gcc (Results
426 -
450 of
606) sorted by null
<<11121314151617181920>>
| /external/libogg/win32/ |
| Makefile | 72 CC = gcc
|
| /external/swiftshader/third_party/LLVM/ |
| Makefile | 237 --with-llvm-gcc="$(LLVM_TOP)/llvm-gcc" ; \
|
| /external/swiftshader/third_party/LLVM/test/ |
| Makefile | 125 BUGPOINT_TOPTS="-gcc-tool-args $(TargetCommonOpts)"
132 CXX_FOR_OCAMLOPT := $(subst gcc,g++,$(CC_FOR_OCAMLOPT))
|
| /toolchain/binutils/binutils-2.27/ |
| src-release.sh | 30 CC=gcc
|
| /prebuilts/go/darwin-x86/src/debug/elf/ |
| file_test.go | 32 "testdata/gcc-386-freebsd-exec", 76 "testdata/gcc-amd64-linux-exec", 588 "testdata/gcc-amd64-openbsd-debug-with-rela.obj", 653 // Test file built with GCC 4.8.4 and as 2.24 using: 654 // gcc -Wa,--compress-debug-sections -g -c -o zdebug-test-gcc484-x86-64.obj hello.c 681 // Test files built with gcc -g -S hello.c and assembled with [all...] |
| symbols_test.go | 54 "testdata/gcc-amd64-linux-exec": { 806 "testdata/gcc-amd64-linux-exec": {
|
| /prebuilts/go/linux-x86/src/debug/elf/ |
| file_test.go | 32 "testdata/gcc-386-freebsd-exec", 76 "testdata/gcc-amd64-linux-exec", 588 "testdata/gcc-amd64-openbsd-debug-with-rela.obj", 653 // Test file built with GCC 4.8.4 and as 2.24 using: 654 // gcc -Wa,--compress-debug-sections -g -c -o zdebug-test-gcc484-x86-64.obj hello.c 681 // Test files built with gcc -g -S hello.c and assembled with [all...] |
| symbols_test.go | 54 "testdata/gcc-amd64-linux-exec": { 806 "testdata/gcc-amd64-linux-exec": {
|
| /build/kati/ |
| ninja.go | 160 // A hack for Android. For .s files, GCC does not use 246 var ccRE = regexp.MustCompile(`^prebuilts/(gcc|clang)/.*(gcc|g\+\+|clang|clang\+\+) .* ?-c `) 529 fmt.Fprintf(n.f, " deps = gcc\n")
|
| /external/libjpeg-turbo/ |
| CMakeLists.txt | 174 set(CMAKE_INSTALL_PREFIX_DEFAULT ${CMAKE_PROJECT_NAME}-gcc) [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/ |
| Math64.S | 3 # Replacement for Math64.c that is coded to use older GCC intrinsics.
5 # you port to a new version of gcc.
|
| /external/bzip2/ |
| Makefile | 18 CC=gcc
|
| /external/freetype/builds/amiga/ |
| makefile | 2 # Makefile for FreeType2 link library using ppc-morphos-gcc-2.95.3-bin.tgz 3 # (gcc 2.95.3 hosted on 68k-Amiga producing MorphOS-PPC-binaries from 55 CC = ppc-morphos-gcc
|
| makefile.os4 | 2 # Makefile for FreeType2 link library using gcc 4.0.3 from the 50 CC = ppc-amigaos-gcc
|
| /external/libgsm/ |
| Makefile | 46 CC = gcc -ansi -pedantic 51 # LD = gcc 58 # CCINC = -I/usr/gnu/lib/gcc-2.1/gcc-lib/sparc-sun-sunos4.1.2/2.1/include 61 # LDINC = -L/usr/gnu/lib/gcc-2.1/gcc-lib/sparc-sun-sunos4.1.2/2.1
|
| /external/tensorflow/tensorflow/contrib/makefile/ |
| README.md | 390 sudo apt-get install -y autoconf automake libtool gcc-4.8 g++-4.8 416 One thing to be careful of is that the gcc version 4.9 currently installed on 419 it using apt-get. If you have partially built using the default gcc 4.9, hit the 488 - Some of the supported platforms use clang instead of gcc as their compiler, 490 friendly to different compilers by avoiding gcc extensions or idioms.
|
| /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/ |
| mips64el-linux-android-gcc-4.9.x | 342 H?COLLECT_A?@GCC=H???I? L??? 1?H?? ???I??L??? H?:????Hc?I?H9?? ?? [all...] |
| /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
| lib.go | 308 // findLibPathCmd uses cmd command to find gcc library libname. 312 *flagExtld = "gcc" 548 // If there are no dynamic libraries needed, gcc disables dynamic linking. 552 // the same way that gcc would. 1004 // writeGDBLinkerScript creates gcc linker script file in temp 1006 // The script is used to work around gcc bug 1069 *flagExtld = "gcc" [all...] |
| /prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
| lib.go | 308 // findLibPathCmd uses cmd command to find gcc library libname. 312 *flagExtld = "gcc" 548 // If there are no dynamic libraries needed, gcc disables dynamic linking. 552 // the same way that gcc would. 1004 // writeGDBLinkerScript creates gcc linker script file in temp 1006 // The script is used to work around gcc bug 1069 *flagExtld = "gcc" [all...] |
| /build/soong/cc/config/ |
| arm64_device.go | 102 "prebuilts/gcc/${HostPrebuiltTag}/aarch64/aarch64-linux-android-${arm64GccVersion}")
|
| x86_darwin_host.go | 135 "prebuilts/gcc/${HostPrebuiltTag}/host/i686-apple-darwin-${DarwinGccVersion}")
|
| /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/googletest/googlemock/ |
| README.md | 104 * C++98-standard-compliant compiler (e.g. GCC 3.4 or newer) 203 in the normal header search path. Assuming a Linux-like system and gcc,
|
| /external/honggfuzz/ |
| Makefile | 24 CC ?= gcc 27 HFUZZ_CC_BINS := hfuzz_cc/hfuzz-clang hfuzz_cc/hfuzz-clang++ hfuzz_cc/hfuzz-gcc hfuzz_cc/hfuzz-g++ 148 grep -oE '((gcc|clang) version|LLVM version.*clang)' | \ 149 grep -oE '(clang|gcc)' | head -n1)
|
| /external/minijail/ |
| common.mk | 259 $(eval $(call override_var,CC,gcc)) 272 CDRIVER = gcc 278 CXXDRIVER = gcc 320 COMMON_CFLAGS-gcc := -fvisibility=internal -ggdb3 -Wa,--noexecstack [all...] |
Completed in 3416 milliseconds
<<11121314151617181920>>