/ndk/build/tools/ |
build-gnu-libstdc++.sh | 36 the corresponding gcc source tree. 76 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$DEFAULT_GCC_VERSION/libstdc++-v3 164 export CC=${BINPREFIX}gcc
|
/external/zlib/ |
configure | 65 gcc=0 146 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log 147 cc=${CC-${CROSS_PREFIX}gcc} 151 *gcc*) gcc=1 ;; 154 *gcc*) gcc=1 ;; 158 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; then 159 echo ... using gcc >> configure.log 185 echo "Please use win32/Makefile.gcc instead." | tee -a configure.lo [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 217 --gcc-version=*) GCC_VERSION="$optarg" 301 echo " --gcc-version=VERSION GCC version number [$GCC_VERSION]." 429 build_gcc_dir () { echo "$BUILD_DIR/$PHASE/gcc"; } 675 HOST_CC=${CC:-gcc} 1037 local SUBDIRS="binutils build gcc gdb gmp gold mpfr" 1112 CC=${BINPREFIX}gcc [all...] |
/build/core/combo/ |
TARGET_linux-arm.mk | 44 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 46 TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6 50 # Only define these if there's actually a gcc in there. 51 # The gcc toolchain does not exists for windows/cygwin. In this case, do not reference it. 52 ifneq ($(wildcard $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)),) 53 TARGET_CC := $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX) 117 # This warning causes dalvik not to build with gcc 4.6.x and -Werror. 119 # in gcc-4.4.x. We also want to disable sincos optimization globally 127 # note: the mangling of 'va_list' has changed in GCC 4.4 131 # in their exported C++ functions). Also, GCC 4.5 has alread [all...] |
TARGET_linux-x86.mk | 37 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 39 TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/x86/i686-android-linux-4.4.3 43 TARGET_CC := $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX) 129 # Check with: $BINPREFIX-gcc -dM -E < /dev/null
|
/external/libvpx/ |
configure | 80 all_platforms="${all_platforms} armv5te-linux-gcc" 82 all_platforms="${all_platforms} armv5te-symbian-gcc" 83 all_platforms="${all_platforms} armv6-darwin-gcc" 85 all_platforms="${all_platforms} armv6-linux-gcc" 87 all_platforms="${all_platforms} armv6-symbian-gcc" 89 all_platforms="${all_platforms} iwmmxt-linux-gcc" 91 all_platforms="${all_platforms} iwmmxt2-linux-gcc" 92 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8 94 all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8 96 all_platforms="${all_platforms} mips32-linux-gcc" [all...] |
/external/openssh/contrib/ |
findssl.sh | 66 CC=gcc
|
/ndk/sources/host-tools/nawk-20071023/ |
GNUmakefile | 33 CC := i586-mingw32msvc-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...] |
/dalvik/vm/arch/arm/ |
CallOldABI.S | 52 r11 (fp) is used by gcc 88 @ Standard gcc stack frame setup. We don't need to push the original 101 @ an ldmia -- but we're doing the gcc frame trick where we push the
|
/external/dropbear/debian/ |
rules | 20 CC =gcc 23 CC =diet -v -Os gcc -nostdinc 97 test '$(CC)' != 'gcc' || \
|
/external/icu4c/config/ |
mh-cygwin | 119 GENCCODE_ASSEMBLY=-a gcc-cygwin
|
mh-darwin | 41 GENCCODE_ASSEMBLY=-a gcc-darwin
|
/external/oprofile/ |
common.mk | 38 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6
|
/frameworks/compile/libbcc/runtime/make/ |
AppleBI.mk | 52 gcc -arch $* -c ${OBJROOT}/version.c -o version.o; \
|
/frameworks/compile/libbcc/runtime/make/platform/ |
clang_darwin.mk | 23 CC := gcc
|
/ndk/sources/host-tools/ndk-stack/ |
GNUMakefile | 17 CC := gcc
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 247 --gcc-version=*) GCC_VERSION="$optarg" 330 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]" 334 echo " --gcc-version=VERSION GCC version number [$GCC_VERSION]" 361 WORK_DIR=$(mktemp -d /tmp/$USER-gcc-$HOST_BITS-XXXXXX) 494 build_gcc_dir () { echo "$BUILD_DIR/$PHASE/gcc"; } 753 HOST_CC=${CC:-gcc} 805 echo "GCC target name: $GCC_TARGET" 1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc" [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/ |
build-hardy-toolchain.sh | 247 --gcc-version=*) GCC_VERSION="$optarg" 330 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]" 334 echo " --gcc-version=VERSION GCC version number [$GCC_VERSION]" 361 WORK_DIR=$(mktemp -d /tmp/$USER-gcc-$HOST_BITS-XXXXXX) 494 build_gcc_dir () { echo "$BUILD_DIR/$PHASE/gcc"; } 753 HOST_CC=${CC:-gcc} 805 echo "GCC target name: $GCC_TARGET" 1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc" [all...] |
/external/llvm/tools/bugpoint/ |
ExecutionDriver.cpp | 127 GCCBinary("gcc", cl::init("gcc"), 128 cl::desc("The gcc binary to use. (default 'gcc')")); 131 GCCToolArgv("gcc-tool-args", cl::Positional, 132 cl::desc("<gcc-tool arguments>..."), 255 gcc = GCC::create(Message, GCCBinary, &GCCToolArgv); 256 if (!gcc) { outs() << Message << "\nExiting.\n"; exit(1); } 386 GCC::FileType FT = SafeInterpreter->OutputCode(BitcodeFile, OutputFile [all...] |
/external/qemu/ |
android-configure.sh | 34 HOST_CC=${CC:-gcc} 122 HOST_CC=`dirname $0`/../../prebuilts/tools/gcc-sdk/gcc
|
/external/bison/build-aux/ |
depcomp | 80 depmode=gcc 91 ## gcc 3 implements dependency tracking that does exactly what 104 gcc) 105 ## There are various ways to get dependency output from gcc. Here's 110 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 134 ## dummy dependencies for each header file. Too bad gcc doesn't do 138 ## Some versions of gcc put a space before the `:'. On the theory
|
/external/blktrace/ |
Makefile | 1 CC = gcc
|
/external/chromium/sdch/open-vcdiff/ |
depcomp | 81 depmode=gcc 92 ## gcc 3 implements dependency tracking that does exactly what 118 gcc) 119 ## There are various ways to get dependency output from gcc. Here's 124 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 148 ## dummy dependencies for each header file. Too bad gcc doesn't do 152 ## Some versions of gcc put a space before the `:'. On the theory
|
/external/elfutils/config/ |
depcomp | 81 depmode=gcc 92 ## gcc 3 implements dependency tracking that does exactly what 118 gcc) 119 ## There are various ways to get dependency output from gcc. Here's 124 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like 148 ## dummy dependencies for each header file. Too bad gcc doesn't do 152 ## Some versions of gcc put a space before the `:'. On the theory
|