HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 51 - 75 of 435) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/tools/gcc-sdk/
ranlib 5 echo "ERROR: The gcc this script points to can only run on linux"
11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux
13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
readelf 5 echo "ERROR: The gcc this script points to can only run on linux"
11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux
13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
size 5 echo "ERROR: The gcc this script points to can only run on linux"
11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux
13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
strings 5 echo "ERROR: The gcc this script points to can only run on linux"
11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux
13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
strip 5 echo "ERROR: The gcc this script points to can only run on linux"
11 #PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/i686-linux # previous version
12 PREFIX32=../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux
13 PREFIX64=../../gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/bin/x86_64-linux
  /art/test/023-many-interfaces/
build 21 gcc -o iface-gen iface-gen.c
  /dalvik/tests/023-many-interfaces/
build 21 gcc -o iface-gen iface-gen.c
  /external/chromium_org/third_party/mesa/src/scons/
dxsdk.py 61 gcc = 'gcc' in os.path.basename(env['CC']).split('-')
62 if gcc:
63 # Make GCC more forgiving towards Microsoft's headers
  /external/e2fsprogs/util/
gcc-wall-cleanup 3 # This script filters out gcc-wall crud that we're not interested in seeing.
7 /^gcc /d
  /external/elfutils/tests/
run-disasm-x86-64.sh 33 gcc -m64 -c -o testfile45.o testfile45.S
run-disasm-x86.sh 33 gcc -m32 -c -o testfile44.o testfile44.S
  /external/libvpx/libvpx/libmkv/
Makefile 2 CC=gcc
3 LINKER=gcc
  /external/mesa3d/scons/
dxsdk.py 61 gcc = 'gcc' in os.path.basename(env['CC']).split('-')
62 if gcc:
63 # Make GCC more forgiving towards Microsoft's headers
  /external/compiler-rt/test/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
ttp.hpp 18 #include <boost/mpl/aux_/config/gcc.hpp>
  /build/core/combo/
HOST_windows-x86.mk 33 HOST_C_INCLUDES += /usr/lib/gcc/amd64-mingw32msvc/4.4.2/include
37 HOST_C_INCLUDES += /usr/lib/gcc/i586-mingw32msvc/3.4.4/include
43 HOST_CC := $(TOOLS_PREFIX)gcc$(TOOLS_EXE_SUFFIX)
HOST_darwin-x86.mk 77 HOST_TOOLCHAIN_ROOT := prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
80 ifneq (,$(strip $(wildcard $(HOST_TOOLCHAIN_PREFIX)-gcc)))
81 HOST_CC := $(HOST_TOOLCHAIN_PREFIX)-gcc
85 host_toolchain_header := $(HOST_TOOLCHAIN_ROOT)/lib/gcc/i686-apple-darwin$(gcc_darwin_version)/4.2.1/include
89 HOST_CC := gcc
91 endif # $(HOST_TOOLCHAIN_PREFIX)-gcc exists
  /external/yaffs2/yaffs2/direct/
Makefile 46 gcc -c $(CFLAGS) $< -o $@
52 gcc -o $@ $(DIRECTTESTOBJS)
56 gcc -o $@ $(BOOTTESTOBJS)
  /external/llvm/utils/
check-each-file 5 # This script depends on the llvm-native-gcc script.
11 echo "Building $program with llvm-native-gcc"
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
25 gcc -c __main.c
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
113 echo "Recompiling everything with llvm-native-gcc"
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
128 echo Trying to compile $f with native gcc and rebuild $program
130 gmake ${f} CC=gcc > /dev/null 2>&
    [all...]
llvm-native-gcc 2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an
18 # most of these are passed on to llvm-gcc.
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
72 if ($ProgramName =~ /llvm-native-gcc/) {
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile";
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
170 # build the llvm-gcc command line.
171 $LLVMGCCCommand = join (" ", ("llvm-gcc", @ARGV))
    [all...]
  /build/core/
dumpvar.mk 14 ifneq ($(wildcard $(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$(TARGET_GCC_VERSION)/bin),)
16 ABP:=$(ABP):$(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$(TARGET_GCC_VERSION)/bin
18 ifneq ($(wildcard $(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-eabi-$(TARGET_GCC_VERSION)/bin),)
20 ABP:=$(ABP):$(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-eabi-$(TARGET_GCC_VERSION)/bin
25 ifneq ($(wildcard $(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/x86/i686-linux-android-$(TARGET_GCC_VERSION)/bin),)
27 ABP:=$(ABP):$(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/x86/i686-linux-android-$(TARGET_GCC_VERSION)/bin
32 ifneq ($(wildcard $(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-$(TARGET_GCC_VERSION)/bin),)
34 ABP:=$(ABP):$(PWD)/prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-$(TARGET_GCC_VERSION)/bin
39 ANDROID_GCC_PREBUILTS := prebuilts/gcc/$(HOST_PREBUILT_TAG)
  /external/icu4c/
runConfigureICU 38 AIX/GCC Use the GNU gcc/g++ compilers on AIX
39 Cygwin Use the GNU gcc/g++ compilers on Cygwin
43 FreeBSD Use the GNU gcc/g++ compilers on Free BSD
46 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux
47 Linux/gcc Use the GNU gcc/g++ compilers on Linux
51 MacOSX Use the GNU gcc/g++ compilers on MacOS X (Darwin)
52 MinGW Use the GNU gcc/g++ compilers on MinGW
55 Solaris/GCC Use the GNU gcc/g++ compilers on Solari
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
gcc-fat.sh 5 # Usage: ./configure CC="sh gcc-fat.sh" && make && rm -rf ppc x86
16 GCC_COMPILE_PPC="gcc-3.3 -arch ppc \
20 -I$SDK_PATH/MacOSX10.2.8.sdk/usr/include/gcc/darwin/3.3 \
24 -L$SDK_PATH/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3 \
30 GCC_COMPILE_PPC="gcc-4.0 -arch ppc -mmacosx-version-min=10.3 \
34 -I$SDK_PATH/MacOSX10.3.9.sdk/usr/lib/gcc/powerpc-apple-darwin9/4.0.1/include \
38 -L$SDK_PATH/MacOSX10.3.9.sdk/usr/lib/gcc/powerpc-apple-darwin9/4.0.1 \
45 GCC_COMPILE_X86="gcc-4.0 -arch i386 -mmacosx-version-min=10.4 \
49 -I$SDK_PATH/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1/include \
53 -L$SDK_PATH/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin9/4.0.1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/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"
56 prefix=/tmp/ahsieh-gcc-32-x19222/2/i686-linux-glibc2.7-4.6
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/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"
56 prefix=/tmp/ahsieh-gcc-64-X27190/2/x86_64-linux-glibc2.7-4.6
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}

Completed in 5363 milliseconds

1 23 4 5 6 7 8 91011>>