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

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/
build-kernel.sh 166 CROSS_COMPILER="${CROSSPREFIX}gcc"
180 CROSSPREFIX=$BUILD_TOP/prebuilts/gcc/$HOST_TAG/$ARCH/$CROSSTOOLCHAIN/bin/$CROSSPREFIX
181 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
  /ndk/toolchains/mipsel-linux-android-clang3.1/
setup.mk 52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mipsel-linux-android-clang3.2/
setup.mk 52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /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...]
  /ndk/build/tools/
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-version-list=<vers>" GCC_VERSION_LIST "List of GCC versions"
101 # $4: GCC version
125 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$GCC_VERSION/libstdc++-v3
170 export CC=${BINPREFIX}gcc
205 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB"
252 # Copy the common headers only once per gcc versio
    [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...]
prebuilt-common.sh 662 # i585-pc-mingw32msvc-gcc, or it will fail its configure step late
664 # with i585-mingw32mvsc-gcc, which is the name used by the 'mingw32'
668 # i586-pc-mingw32msvc-gcc that really calls i586-mingw32msvc-gcc,
691 find_program MINGW_GCC ${i}gcc
713 for i in $BINPREFIXLST; do echo " ${i}gcc"; done
724 if [ ! -f "${DARWIN_TOOLCHAIN}-gcc" ]; then
725 echo "darwin cross-toolchain $DARWIN_TOOLCHAIN-gcc doesn't exist"
738 CROSS_GCC=${DARWIN_TOOLCHAIN}-gcc
763 DST_PREFIX=${CROSS_GCC%gcc}
    [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...]
  /external/bison/build-aux/
depcomp 141 depmode=gcc
168 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
169 gccflag=-qmakedep=gcc,-MF
170 depmode=gcc
175 ## gcc 3 implements dependency tracking that does exactly what
200 gcc)
201 ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
204 ## There are various ways to get dependency output from gcc. Here's
209 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
211 ## supported by the other compilers which use the 'gcc' depmode
    [all...]
  /external/libvpx/libvpx/
configure 87 all_platforms="${all_platforms} armv5te-android-gcc"
89 all_platforms="${all_platforms} armv5te-linux-gcc"
91 all_platforms="${all_platforms} armv6-darwin-gcc"
93 all_platforms="${all_platforms} armv6-linux-gcc"
95 all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8
96 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8
98 all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8
100 all_platforms="${all_platforms} mips32-linux-gcc"
101 all_platforms="${all_platforms} ppc32-darwin8-gcc"
102 all_platforms="${all_platforms} ppc32-darwin9-gcc"
    [all...]
  /external/openssh/contrib/
findssl.sh 66 CC=gcc
  /ndk/toolchains/x86-clang3.1/
setup.mk 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/x86-clang3.2/
setup.mk 48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /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 44 GENCCODE_ASSEMBLY=-a gcc-darwin
mh-mingw 137 GENCCODE_ASSEMBLY=-a gcc-cygwin
  /external/openssl/
check-all-builds.sh 208 Where: <compiler> is either 'gcc' or 'clang'.
301 # $1: build type (e.g. gcc-android-arm)
332 echo "$ANDROID_BUILD_TOP/prebuilts/gcc/$ANDROID_HOST_TAG/$arch/$target-$GCC_VERSION"
350 # $1: build type (e.g. gcc-android-arm)
359 gcc-android-*)
360 result="$gcc_dir/bin/$target-gcc"
363 result="$(get_prebuilt_clang) -target $target -B$gcc_dir/$target/bin -I$gcc_dir/lib/gcc/$target/$GCC_VERSION/include"
365 gcc-*)
366 result=gcc
591 generate_openssl_build gcc-$BUILD_TYP
    [all...]

Completed in 1980 milliseconds

1 2 3 4 5 67 8 91011>>