HomeSort by relevance Sort by last modified time
    Searched refs:gcc (Results 76 - 100 of 333) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/vm/alloc/TEST/HeapBitmapTest/
Makefile 6 CC := gcc
  /external/elfutils/tests/
run-native-test.sh 58 for cc in "$HOSTCC" "$HOST_CC" cc gcc "$CC"; do
  /external/icu4c/config/
mh-linux-va 16 GENCCODE_ASSEMBLY=-a gcc
37 GENCCODE_ASSEMBLY=-a gcc
  /external/iproute2/
configure 18 gcc -I$INCLUDE -o /tmp/atmtest /tmp/atmtest.c -latm >/dev/null 2>&1
52 if gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl -lxtables >/dev/null 2>&1
89 gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
129 gcc -I$INCLUDE $IPTC -o /tmp/ipttest /tmp/ipttest.c $IPTL -ldl >/dev/null 2>&1
  /external/sonivox/arm-fm-22k/lib_src/
arm-fm-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/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-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/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
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
Makefile 34 $(CROSS)gcc $(CFLAGS) -shared -o $(COMPONENT_LIB) $(OBJ) -ldl
  /packages/inputmethods/PinyinIME/jni/command/
Makefile 1 CC=gcc
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/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"
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/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"
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/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"
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/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"
73 libsubdir=${libdir}/gcc/${target_noncanonical}/${version}
75 libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.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}
  /external/dhcpcd/
config.mk 9 CC= gcc
  /external/kernel-headers/original/linux/
compiler.h 40 #error no compiler-gcc.h file for this gcc version
83 * Allow us to mark functions as 'deprecated' and have gcc emit a nice
106 * As of gcc 3.3, static functions that are not marked with attribute((used))
107 * may be elided from the assembly file. As of gcc 3.3, static data not so
108 * marked will not be elided, but this may change in a future gcc version.
110 * In prior versions of gcc, such functions and data would be emitted, but
118 * From the GCC manual:
142 * From the GCC manual:
  /external/llvm/tools/bugpoint/
ToolRunner.h 37 // GCC abstraction
39 class GCC {
40 sys::Path GCCPath; // The path to the gcc executable.
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath,
51 static GCC *create(std::string &Message,
125 /// understood by the GCC driver (either C or asm). If the code generator
128 virtual GCC::FileType OutputCode(const std::string &Bitcode,
133 return GCC::AsmFile;
160 GCC *gcc member in class:llvm::CBE
205 GCC *gcc; member in class:llvm::LLC
    [all...]
  /ndk/build/tools/
build-gcc.sh 17 # This shell script is used to rebuild the gcc and toolchain binaries
27 "Rebuild the gcc toolchain prebuilt binaries for the Android NDK.
98 if [ ! -d "$SRC_DIR/gcc" ] ; then
99 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
182 # Without option "--sysroot" (and its variations), GCC will attempt to
192 # 2) The path exists at remote server and blocks GCC for seconds
193 # 3) The path exists but not accessible, which crashes GCC!
228 # and fail to build with recent GCC versions.
240 # This is to disable GCC 4.6 specific features that don't compile well
241 # the flags are ignored for older GCC versions
    [all...]
download-toolchain-sources.sh 67 binaries from scratch with build/tools/build-gcc.sh."
136 # $1: repository name, relative to $GITPREFIX (e.g. 'gcc')
158 # $3: repository/clone name (e.g. 'gcc')
159 # $4+: sub-path to extract, relative to clone top-level (e.g. 'gcc-4.4.3')
199 toolchain_clone gcc
215 toolchain_checkout "" $BRANCH gcc gcc-4.4.3 gcc-4.6 gcc-4.7
  /external/libvpx/libvpx/build/make/
configure.sh 579 CC=${CC:-${CROSS}gcc}
592 gcctarget="${CHOST:-$(gcc -dumpmachine 2> /dev/null)}"
660 toolchain=${tgt_isa}-${tgt_os}-gcc
776 gcc)
778 link_with_cc=gcc
847 -name "arm-linux-androideabi-gcc*" -print -quit`
849 CC=${TOOLCHAIN_PATH}gcc
852 LD=${TOOLCHAIN_PATH}gcc
892 CC=${TOOLCHAIN_PATH}/gcc
894 LD=${TOOLCHAIN_PATH}/arm-apple-darwin10-llvm-gcc-4.
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
configure 35 gcc=0
66 test -z "$CC" && echo Checking for gcc...
67 cc=${CC-gcc}
71 *gcc*) gcc=1;;
74 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) 2>/dev/null; then
  /external/llvm/utils/
findmisopt 97 gcc "$s" -o "$prog" $ldflags || exit 1
107 gcc "$opts" -o "$optprog" $ldflags || exit
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 1 @if "%1" == "gcc" GoTo GCCBuild
14 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c misc.c -o ../../w32_misc.o
15 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c sub_proc.c -o ../../sub_proc.o
16 gcc -mthreads -Wall -gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c w32err.c -o ../../w32err.o
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 43 CC := x86_64-pc-mingw32msvc-gcc
45 CC := i586-pc-mingw32msvc-gcc
  /external/blktrace/btreplay/
Makefile 8 CC = gcc

Completed in 2049 milliseconds

1 2 34 5 6 7 8 91011>>