HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 126 - 150 of 606) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/tools/
cross_build_gcc.sh 31 echo "Usage: tools/cross_build_gcc.sh <GCC prefix> [make arguments ...]"
38 export CC=$1gcc
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug486.go 8 // http://gcc.gnu.org/PR61746
gcc78763.go 8 // https://gcc.gnu.org/PR78763.
gcc80226.go 9 // https://gcc.gnu.org/PR80226.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug486.go 8 // http://gcc.gnu.org/PR61746
gcc78763.go 8 // https://gcc.gnu.org/PR78763.
gcc80226.go 9 // https://gcc.gnu.org/PR80226.
  /toolchain/binutils/binutils-2.27/
mkdep 72 gcc -MM $* |
  /build/soong/cc/config/
x86_linux_host.go 71 "--gcc-toolchain=${LinuxGccRoot}",
77 "--gcc-toolchain=${LinuxGccRoot}",
82 "-B${LinuxGccRoot}/lib/gcc/${LinuxGccTriple}/${LinuxGccVersion}/32",
83 "-L${LinuxGccRoot}/lib/gcc/${LinuxGccTriple}/${LinuxGccVersion}/32",
88 "-B${LinuxGccRoot}/lib/gcc/${LinuxGccTriple}/${LinuxGccVersion}",
89 "-L${LinuxGccRoot}/lib/gcc/${LinuxGccTriple}/${LinuxGccVersion}",
109 "gcc",
128 "prebuilts/gcc/${HostPrebuiltTag}/host/x86_64-linux-glibc2.15-${LinuxGccVersion}")
  /device/google/contexthub/firmware/os/platform/stm32/flash_script/
Makefile 17 GCC = $(CROSS_COMPILE)gcc
27 $(GCC) -o tool.elf $(FLAGS) tool.c
  /external/curl/packages/OS400/
make-include.sh 52 stdcheaders|typecheck-gcc)
  /external/elfutils/tests/
run-native-test.sh 57 for cc in "$HOSTCC" "$HOST_CC" cc gcc "$CC"; do
  /external/freetype/builds/compiler/
gcc-dev.mk 2 # FreeType 2 gcc-specific with NO OPTIMIZATIONS + DEBUGGING
18 CC := gcc
  /external/freetype/src/tools/ftrandom/
Makefile 8 # The setup below is for gcc on a Unix-like platform,
17 CC = gcc
  /external/icu/icu4c/source/config/
mh-linux-va 18 GENCCODE_ASSEMBLY=-a gcc
39 GENCCODE_ASSEMBLY=-a gcc
  /external/libopus/celt/dump_modes/
Makefile 17 CC = gcc
  /external/one-true-awk/
makefile 29 CC = gcc -Wall -g -Wwrite-strings
30 CC = gcc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
31 CC = gcc -g -Wall -pedantic
32 CC = gcc -O4 -Wall -pedantic -fno-strict-aliasing
  /external/python/cpython2/Demo/pysvr/
Makefile 7 CC=gcc
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 10 CC = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
12 LD = C:\Program Files\GNUARM\bin\arm-elf-gcc.exe
  /external/swiftshader/third_party/LLVM/utils/
Makefile 16 getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
  /external/wpa_supplicant_8/hostapd/
Makefile 2 CC=gcc
  /frameworks/wilhelm/tools/mphtogen/
Makefile 13 gcc -o $@ -DUSE_DESIGNATED_INITIALIZERS -Wall -Werror mphtogen.c MPH_to.c
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
mkheaders 5 #This file is part of GCC.
7 #GCC is free software; you can redistribute it and/or modify it under
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
18 #along with GCC; see the file COPYING3. If not see
43 echo "mkheaders (GCC) version $version"
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders 5 #This file is part of GCC.
7 #GCC is free software; you can redistribute it and/or modify it under
12 #GCC is distributed in the hope that it will be useful, but WITHOUT
18 #along with GCC; see the file COPYING3. If not see
43 echo "mkheaders (GCC) version $version"
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1635.go 8 // Mac OS X's gcc will generate scattered relocation 2/1 for
18 // https://gcc.gnu.org/PR68072 aka https://golang.org/issue/13344 .
19 // It used to cause a cgo error when building with GCC 6.

Completed in 1302 milliseconds

1 2 3 4 56 7 8 91011>>