Searched
refs:gcc (Results
401 -
425 of
606) sorted by null
<<11121314151617181920>>
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/ |
| cygming.h | 1 /* Operating system specific defines to be used when targeting GCC for 5 This file is part of GCC. 7 GCC is free software; you can redistribute it and/or modify 12 GCC is distributed in the hope that it will be useful, 18 along with GCC; see the file COPYING3. If not see 81 /* Map gcc register number to DWARF 2 CFA column number. For 32 bit 159 specification name, and a string constant that used by the GCC driver 356 for selecting the tmake_eh_file fragment in config.gcc. */ 360 #error For 64-bit windows and 32-bit based multilib version of gcc just SJLJ exceptions are supported.
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| float.h | 23 #error Corrupt install of gcc-s internal headers, or search order was changed. 186 GCC build issues. */
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/work/ |
| security.go | 25 // Even worse, gcc -I@foo (one arg) turns into cc1 -I @foo (two args), 26 // so although gcc doesn't expand the @foo, cc1 will.
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/work/ |
| security.go | 25 // Even worse, gcc -I@foo (one arg) turns into cc1 -I @foo (two args), 26 // so although gcc doesn't expand the @foo, cc1 will.
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/ |
| depcomp | 79 depmode=gcc 107 ## gcc 3 implements dependency tracking that does exactly what 133 gcc) 134 ## There are various ways to get dependency output from gcc. Here's 139 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 163 ## dummy dependencies for each header file. Too bad gcc doesn't do 167 ## Some versions of gcc put a space before the `:'. On the theory
|
| /test/vts/testcases/target/hal_lights/ |
| Android.mk | 184 module := hallights-unit-tests-gcc
|
| /test/vts/testcases/target/hal_power/ |
| Android.mk | 184 module := halpower-unit-tests-gcc
|
| /external/mksh/src/ |
| Build.sh | 341 test $ct = gcc && vscan='unrecogni[sz]ed' 911 : "${CC=gcc}" 1103 # - GCC defines __hpux too 1151 ct="gcc" 1229 gcc) 1232 -dumpmachine` gcc`$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN \ [all...] |
| /build/soong/cc/config/ |
| mips_device.go | 111 "prebuilts/gcc/${HostPrebuiltTag}/mips/mips64el-linux-android-${mipsGccVersion}")
|
| x86_64_device.go | 121 "prebuilts/gcc/${HostPrebuiltTag}/x86/x86_64-linux-android-${x86_64GccVersion}")
|
| x86_device.go | 145 "prebuilts/gcc/${HostPrebuiltTag}/x86/x86_64-linux-android-${x86GccVersion}")
|
| /device/linaro/bootloader/edk2/EmulatorPkg/ |
| build.sh | 94 gcc_version=$(gcc -v 2>&1 | tail -1 | awk '{print $3}')
|
| /external/libvpx/libvpx/build/make/ |
| Makefile | 72 HOSTCC?=gcc 123 ifeq ($(TOOLCHAIN), x86-os2-gcc)
|
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| main.go | 65 // Since FreeBSD 10 gcc is no longer part of the base system.
|
| /prebuilts/go/darwin-x86/src/cmd/link/ |
| doc.go | 59 Set the external linker (default "clang" or "gcc").
|
| /prebuilts/go/darwin-x86/src/ |
| make.bat | 30 :: Default is "gcc".
|
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| main.go | 65 // Since FreeBSD 10 gcc is no longer part of the base system.
|
| /prebuilts/go/linux-x86/src/cmd/link/ |
| doc.go | 59 Set the external linker (default "clang" or "gcc").
|
| /prebuilts/go/linux-x86/src/ |
| make.bat | 30 :: Default is "gcc".
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/ |
| Android.mk | 61 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61571 for details
|
| /toolchain/binutils/binutils-2.27/ld/ |
| Makefile.am | 104 if [ -f $$r/../gcc/xgcc ] ; then \ 106 echo $$r/../gcc/xgcc -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 108 echo $$r/../gcc/xgcc -B$$r/../gcc/; \ 114 echo gcc | sed '$(transform)'; \ 119 if [ -f $$r/../gcc/g++ ] ; then \ 121 echo $$r/../gcc/g++ -B$$r/../gcc/ -idirafter $$r/../newlib/targ-include -idirafter $${srcroot}/../newlib/libc/include -nostdinc; \ 123 echo $$r/../gcc/g++ -B$$r/../gcc/; [all...] |
| /device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
| GNUmakefile | 2 # Just use host GCC to compile boot sector image.
16 ASM=gcc
|
| /external/autotest/client/tools/ |
| html_report.py | [all...] |
| /external/clang/lib/Driver/ |
| ToolChains.h | 30 /// Generic_GCC - A tool chain using the 'gcc' command to perform 31 /// all subcommands; this relies on gcc translating the majority of 35 /// \brief Struct to store and manipulate GCC versions. 37 /// We rely on assumptions about the form and structure of GCC version 74 /// \brief This is a class to find a viable GCC installation for Clang to 77 /// This class tries to find a GCC installation on the system, and report 109 /// \brief Check whether we detected a valid GCC install. 112 /// \brief Get the GCC triple for the detected install. 115 /// \brief Get the detected GCC installation path. 118 /// \brief Get the detected GCC parent lib path [all...] |
| /external/iproute2/ |
| configure | 35 : ${CC=gcc}
|
Completed in 989 milliseconds
<<11121314151617181920>>