/ndk/toolchains/mipsel-linux-android-4.6/ |
config.mk | 16 # config file for the mipsel gcc-4.6 toolchain for the Android NDK
|
/ndk/toolchains/x86-4.4.3/ |
config.mk | 16 # config file for the x86 gcc-4.4.3 toolchain for the Android NDK
|
/ndk/toolchains/x86-4.6/ |
config.mk | 16 # config file for the x86 gcc-4.6 toolchain for the Android NDK
|
/external/blktrace/btt/ |
Makefile | 8 CC = gcc
|
/external/compiler-rt/BlocksRuntime/tests/ |
makefile | 7 #CCDIR=/Volumes/Keep/gcc/usr/bin 17 gcc -fobjc-gc-only -g -arch x86_64 -arch i386 -std=gnu99 testfilerunner.m -o testfilerunner -framework Foundation
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 5 CC=gcc
|
/external/qemu/android/build/ |
common.sh | 208 find_program MINGW32_CC $MINGW32_PREFIX-gcc 210 echo "ERROR: It looks like $MINGW32_PREFIX-gcc is not in your path" 246 CC=gcc 248 CC=gcc-3.3 263 # this is highly dependent on your GCC installation (and no, we can't set 285 LD=gcc
|
/external/qemu/distrib/ |
build-kernel.sh | 161 CROSS_COMPILER="${CROSSPREFIX}gcc" 175 CROSSPREFIX=$BUILD_TOP/prebuilts/gcc/$HOST_TAG/$ARCH/$CROSSTOOLCHAIN/bin/$CROSSPREFIX 176 if [ "$BUILD_TOP" -a -f ${CROSSPREFIX}gcc ]; then
|
/external/stlport/etc/ |
STLport-4.5.1.spec | 1 %define MAKEFILE gcc-linux.mak 32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
|
STLport-4.5.3.spec | 1 %define MAKEFILE gcc-linux.mak 32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
|
STLport-4.6.spec | 1 %define MAKEFILE gcc-linux.mak 32 link (eg: gcc -nostdinc++ -I/usr/include/stlport x.cc -lstlport_gcc).
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
Makefile | 11 CC=gcc
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
shared.mk | 6 COMP ?= $(CROSS)gcc 7 LINK ?= $(CROSS)gcc
|
/hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/ |
shared.mk | 6 COMP ?= $(CROSS)gcc 7 LINK ?= $(CROSS)gcc
|
/ndk/build/tools/ |
download-toolchain-sources.sh | 67 binaries from scratch with build/tools/build-gcc.sh." 137 # $1: repository name, relative to $GITPREFIX (e.g. 'gcc') 157 # $1: repository/clone name (e.g. 'gcc') 158 # $2: sub-path to extract, relative to clone top-level (e.g. 'gcc-4.4.3') 253 toolchain_clone gcc 264 toolchain_checkout gcc gcc-4.4.3 gcc-4.6
|
build-gnu-libstdc++.sh | 36 the corresponding gcc source tree. 42 <ndk>/$GNUSTL_SUBDIR/<gcc-version>, but you can override this with the --out-dir=<path> 46 register_var_option "--gcc-ver=<vers>" GCC_VERSION_LIST "List of GCC versions" 98 # $4: GCC version 99 # $5: Destination directory (optional, will default to $GNUSTL_SUBDIR/<gcc-version>/lib/$ABI) 125 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$GCC_VERSION/libstdc++-v3 165 export CC=${BINPREFIX}gcc 193 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI [all...] |
common-build-host-funcs.sh | 359 local GCC="$PREFIX-gcc" 360 if [ -f "$GCC" ]; then 361 if bh_check_compiler "$GCC" "$@"; then 362 HOST_FULLPREFIX="${GCC%%gcc}" 363 dump "$(bh_host_text) Using host gcc: $GCC $@" 365 dump "$(bh_host_text) Ignoring broken host gcc: $GCC $@ [all...] |
/external/zlib/src/ |
configure | 74 gcc=0 164 # check for gcc vs. cc and set compile and link flags based on the system identified by uname 170 test -z "$CC" && echo Checking for ${CROSS_PREFIX}gcc... | tee -a configure.log 171 cc=${CC-${CROSS_PREFIX}gcc} 175 *gcc*) gcc=1 ;; 176 *clang*) gcc=1 ;; 179 *gcc*) gcc=1 ;; 183 if test "$gcc" -eq 1 && ($cc -c $cflags $test.c) >> configure.log 2>&1; the [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-mips.mk | 44 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else 46 TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-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) 95 # This warning causes dalvik not to build with gcc 4.6.x and -Werror. 97 # in gcc-4.4.x. 104 # note: the mangling of 'va_list' has changed in GCC 4.4 108 # in their exported C++ functions). Also, GCC 4.5 has alread [all...] |
/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-pc-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...] |