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

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cfi/
cfi-m68k.s 1 #; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o
46 #; (we're better than gcc :-)
cfi-s390x-1.s 1 #; $ as -o test.o -m64 -march=z900 gas-cfi-test.s && gcc -m64 -nostdlib -o test test.o
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
vr4120-2.s 2 # Note that we only work around bugs gcc may generate.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
crange5.s 4 ! Test-case shortened from gcc.c-torture/execute/20000205-1.c.
  /external/curl/docs/examples/
Makefile.netware 100 CC = gcc
150 ifeq ($(findstring gcc,$(CC)),gcc)
156 PRELUDE = $(NDK_LIBC)/imports/posixpre.gcc.o
158 PRELUDE = $(NDK_LIBC)/imports/libcpre.gcc.o
161 # PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o
  /device/google/muskie/
device-common.mk 85 device/google/wahoo-kernel/gcc/synaptics_dsx_core_htc.ko \
86 device/google/wahoo-kernel/gcc/synaptics_dsx_rmi_dev_htc.ko \
87 device/google/wahoo-kernel/gcc/synaptics_dsx_fw_update_htc.ko \
88 device/google/wahoo-kernel/gcc/htc_battery.ko \
89 device/google/wahoo-kernel/gcc/wlan.ko
  /external/swiftshader/third_party/LLVM/tools/llvm-ld/
llvm-ld.cpp 10 // This utility is intended to be compatible with GCC, and follows standard
92 cl::desc("Generate a native binary with the C backend and GCC"));
269 // We will use GCC to assemble the program so set the assembly syntax to AT&T,
317 /// gcc - The pathname to use for GGC.
328 const sys::Path &gcc, char ** const envp,
331 // programs that we will execute. It appears that GCC sets these
335 // However, when we invoke GCC below, we want it to use its normal
347 // Run GCC to assemble and link the program into native code.
352 // GCC mysteriously knows how to do it.
354 args.push_back(gcc.c_str());
669 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
696 sys::Path gcc = sys::Program::FindProgramByName("gcc"); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
configure 75 gcc=0
146 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
152 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
153 cc=${CC-${CROSS_PREFIX}gcc}
157 *gcc*) gcc=1 ;;
158 *clang*) gcc=1 ;;
161 *gcc*) gcc=1 ;;
165 if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then
    [all...]
  /external/python/cpython3/Modules/zlib/
configure 87 gcc=0
162 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
169 cc=${CC-${CROSS_PREFIX}gcc}
173 *gcc*) gcc=1 ;;
174 *clang*) gcc=1 ;;
177 *gcc*) gcc=1 ;;
178 *clang*) gcc=1 ;
    [all...]
  /external/zlib/src/
configure 87 gcc=0
162 # check for gcc vs. cc and set compile and link flags based on the system identified by uname
168 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log
169 cc=${CC-${CROSS_PREFIX}gcc}
173 *gcc*) gcc=1 ;;
174 *clang*) gcc=1 ;;
177 *gcc*) gcc=1 ;;
178 *clang*) gcc=1 ;
    [all...]
  /build/blueprint/deptools/
depfile.go 33 // WriteDepFile creates a new gcc-style depfile and populates it with content
  /external/capstone/
make.sh 6 # Note: to cross-compile "nix32" on Linux, package gcc-multilib is required.
138 export CC=gcc
162 "gcc" ) CC=gcc build $*;;
168 * ) echo "Usage: make.sh [nix32|cross-win32|cross-win64|cygwin-mingw32|cygwin-mingw64|ios|ios_armv7|ios_armv7s|ios_arm64|cross-android arm|cross-android arm64|clang|gcc|install|uninstall]"; exit 1;;
  /external/compiler-rt/make/
options.mk 7 CC := gcc
  /external/icu/icu4c/source/config/
mh-alpha-linux-gcc 74 GENCCODE_ASSEMBLY=-a gcc
  /external/ipsec-tools/
Makefile 2 gcc -O3 -Wall -o racoon -I. -Isrc/include-glibc -Isrc/libipsec \
  /external/linux-kselftest/tools/testing/selftests/ptp/
testptp.mk 19 CC = $(CROSS_COMPILE)gcc
  /external/llvm/utils/
llvm-native-gxx 128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile";
204 llvm-native-g++ takes the same options as llvm-gcc. All options
  /external/ltp/
ver_linux 21 echo "Gnu C " `gcc --version 2>/dev/null | head -n 1`
  /external/python/cpython2/PC/os2emx/
Makefile 3 # Top-Level Makefile for Building Python 2.6 for OS/2 using GCC/EMX
7 # This makefile was developed for use with [P]GCC/EMX compiler any
74 CC= gcc
77 LD= gcc
  /external/selinux/libselinux/utils/
Makefile 10 COMPILER ?= gcc
15 ifeq ($(COMPILER), gcc)
  /external/syslinux/gpxe/src/
Makefile 16 HOST_CC := gcc
24 CC := $(CROSS_COMPILE)gcc
  /external/syslinux/win32/
Makefile 32 WINPREFIX := $(shell $(SRC)/find-mingw32.sh gcc)
42 WINCC := $(WINPREFIX)gcc
  /frameworks/base/media/mca/filterfw/native/
Android.mk 39 # gcc should always be placed at the end.
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3261.go 24 // we shouldn't name the function abs, as gcc might use
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 14 CC=${CC:-gcc}
251 # The gcc command line prints all the #defines

Completed in 1569 milliseconds

1 2 3 4 5 6 7 891011>>