/prebuilts/go/linux-x86/src/runtime/cgo/ |
callbacks.go | 10 // compiled with gcc via crosscall2. 27 // Call like this in code compiled with gcc:
|
/prebuilts/qemu-kernel/arm/ |
rebuild.sh | 115 GCC="$TOOLCHAIN_PREFIX-gcc" 180 echo " --cc=<path> Path to C compiler [$GCC]" 245 GCC="$OPTION_CC" 247 find_program GCC $TOOLCHAIN_PREFIX-gcc 250 if [ -z "$GCC" ]; then 256 GCC="$TOOLCHAIN_DIR/$TOOLCHAIN_PREFIX-gcc" 257 if [ ! -f "$GCC" ] ; the [all...] |
/toolchain/binutils/binutils-2.25/ |
depcomp | 141 depmode=gcc 168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. 169 gccflag=-qmakedep=gcc,-MF 170 depmode=gcc 175 ## gcc 3 implements dependency tracking that does exactly what 200 gcc) 201 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. 204 ## There are various ways to get dependency output from gcc. Here's 209 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 211 ## supported by the other compilers which use the 'gcc' depmode [all...] |
/bionic/libc/tools/ |
genlibgcc_compat.py | 24 * gcc <options> -o libfoo.so foo.a libgcc.a -lc -lm 32 * gcc <options> -o libfoo.so foo.a -lc -lm libgcc.a
|
/build/core/combo/ |
TARGET_linux-arm.mk | 53 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 55 $(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION) 59 $(combo_2nd_arch_prefix)TARGET_CC := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)gcc 123 # note: the mangling of 'va_list' has changed in GCC 4.4 127 # in their exported C++ functions). Also, GCC 4.5 has already
|
TARGET_linux-mips.mk | 53 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 55 $(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mips64el-linux-android-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION) 59 $(combo_2nd_arch_prefix)TARGET_CC := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)gcc
|
TARGET_linux-x86.mk | 46 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 48 $(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/x86/x86_64-linux-android-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION) 52 $(combo_2nd_arch_prefix)TARGET_CC := $($(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX)gcc
|
/device/linaro/hikey/uefi-tools/ |
uefi-build.sh | 75 "gcc") 76 export TOOLCHAIN=`get_gcc_version "$CROSS_COMPILE"gcc` 324 TOOLCHAIN=gcc
|
/external/clang/lib/Driver/ |
MinGWToolChain.cpp | 56 llvm::sys::path::append(LibDir, CandidateLib, "gcc", CandidateArch); 69 // On Windows if there is no sysroot we search for gcc on the PATH. 74 llvm::sys::findProgramByName("gcc")) 99 Preprocessor.reset(new tools::gcc::Preprocessor(*this)); 103 Compiler.reset(new tools::gcc::Compiler(*this)); 135 // c:\mingw\lib\gcc\mingw32\4.8.1\include\c++ 136 // c:\mingw\lib\gcc\mingw32\4.8.1\include\c++\mingw32 137 // c:\mingw\lib\gcc\mingw32\4.8.1\include\c++\backward 138 // c:\mingw\lib\gcc\mingw32\4.8.1\include 140 // c:\mingw\lib\gcc\mingw32\4.8.1\include-fixe [all...] |
/external/curl/packages/DOS/ |
common.dj | 92 CC = gcc
|
/external/curl/src/ |
Makefile.m32 | 3 ## Makefile for building curl.exe with MingW (GCC-3.2 or later) 69 CC = $(CROSSPREFIX)gcc
|
/external/icu/icu4c/source/config/ |
mh-cygwin | 119 GENCCODE_ASSEMBLY=-a gcc-cygwin
|
mh-cygwin64 | 119 GENCCODE_ASSEMBLY=-a gcc-mingw64
|
mh-darwin | 44 GENCCODE_ASSEMBLY=-a gcc-darwin
|
mh-mingw | 152 GENCCODE_ASSEMBLY=-a gcc-cygwin
|
mh-mingw64 | 152 GENCCODE_ASSEMBLY=-a gcc-mingw64
|
/external/libcap/ |
Make.Rules | 51 CC := gcc
|
/external/libevent/ |
depcomp | 84 depmode=gcc 111 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. 112 gccflag=-qmakedep=gcc,-MF 113 depmode=gcc 118 ## gcc 3 implements dependency tracking that does exactly what 144 gcc) 145 ## There are various ways to get dependency output from gcc. Here's 150 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 174 ## dummy dependencies for each header file. Too bad gcc doesn't do 177 ## Some versions of gcc put a space before the ':'. On the theor [all...] |
/external/libopus/ |
depcomp | 85 depmode=gcc 112 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations. 113 gccflag=-qmakedep=gcc,-MF 114 depmode=gcc 119 ## gcc 3 implements dependency tracking that does exactly what 145 gcc) 146 ## There are various ways to get dependency output from gcc. Here's 151 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 175 ## dummy dependencies for each header file. Too bad gcc doesn't do 178 ## Some versions of gcc put a space before the ':'. On the theor [all...] |
/external/opencv3/platforms/scripts/ |
ABI_compat_generator.py | 155 gcc = filter(lambda x: not x.startswith(excludedOptionsPrefix), gcc_options) 156 return sorted(gcc)
|
/ndk/build/core/ |
default-build-commands.mk | 124 TARGET_CC = $(TOOLCHAIN_PREFIX)gcc 151 # Use *-gcc-ar instead of *-ar for better LTO support, except for 152 # gcc4.6 which doesn't have gcc-ar 154 TARGET_AR = $(TOOLCHAIN_PREFIX)gcc-ar
|
/ndk/build/core/toolchains/aarch64-linux-android-4.9/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the arm64 gcc-4.9
|
/toolchain/binutils/binutils-2.25/bfd/ |
makefile.vms | 45 ifeq ($(CC),gcc)
|
/prebuilts/go/darwin-x86/src/runtime/ |
syscall_windows_test.go | 382 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, src} 388 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, "-O2", src} 439 if _, err := exec.LookPath("gcc"); err != nil { 440 t.Skip("skipping test: gcc is missing") 581 if _, err := exec.LookPath("gcc"); err != nil { 582 t.Skip("skipping test: gcc is missing") 610 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname)
|
/prebuilts/go/linux-x86/src/runtime/ |
syscall_windows_test.go | 382 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, src} 388 return []string{"gcc", "-shared", "-s", "-Werror", "-o", out, "-O2", src} 439 if _, err := exec.LookPath("gcc"); err != nil { 440 t.Skip("skipping test: gcc is missing") 581 if _, err := exec.LookPath("gcc"); err != nil { 582 t.Skip("skipping test: gcc is missing") 610 cmd := exec.Command("gcc", "-shared", "-s", "-Werror", "-o", outname, srcname)
|