HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 26 - 42 of 42) sorted by null

12

  /ndk/toolchains/arm-eabi-4.4.0/
setup.mk 17 # toolchain any number of source files
37 # Normally, this macro should be defined by the toolchain automatically.
39 # the arm-linux-androideabi toolchain does not have this problem.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 18 # This script is used to rebuild the Linux 32-bit cross-toolchain
25 # to download and patch the toolchain sources from android.git.kernel.org)
31 # ./uild-hardy-toolchain.sh
77 echo " This is needed to download the toolchain sources."
81 NDK_DOWNLOAD_TOOLCHAIN_SOURCES_SH="$NDK/build/tools/download-toolchain-sources.sh"
88 # Versions of various toolchain components, do not touch unless you know
97 # Location where we will download the toolchain sources
98 TOOLCHAIN_SRC_DIR=$ROOT_DIR/toolchain-src
104 # Name of the final generated toolchain
107 # Name of the final toolchain binary tarball that this script will creat
    [all...]
  /external/clearsilver/java-jni/
Android.mk 41 # uses a 32-bit toolchain that can't handle -m64
  /ndk/build/core/
setup-abi.mk 41 include $(BUILD_SYSTEM)/setup-toolchain.mk
setup-app.mk 42 # which platform/abi/toolchain are we going to use?
build-binary.mk 183 # Process all source file tags to determine toolchain-specific
definitions.mk 715 # Tags are processed by a toolchain-specific function (e.g. TARGET-compute-cflags)
722 # defined in the toolchain's setup.mk script.
783 # normally be called from the toolchain-specific function that
    [all...]
  /ndk/build/tools/
build-gcc.sh 17 # This shell script is used to rebuild the gcc and toolchain binaries
24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>"
27 "Rebuild the gcc toolchain prebuilt binaries for the Android NDK.
29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
30 the top-level NDK installation path and <toolchain> is the name of
31 the toolchain to use (e.g. arm-eabi-4.4.0)."
58 register_var_option "--keep-libstdcxx" KEEP_LIBSTDCXX "Experimental: keep libstdc++ inside toolchain"
70 TOOLCHAIN="$3"
103 # Check toolchain name
105 if [ -z "$TOOLCHAIN" ] ; the
    [all...]
build-stlport.sh 53 register_var_option "--toolchain-pkg=<path>" TOOLCHAIN_PKG "Use specific toolchain prebuilt package."
74 dump "ERROR: Your toolchain package does not exist: $TOOLCHAIN_PKG"
81 dump "ERROR: Toolchain package is not .tar.bz2 archive: $TOOLCHAIN_PKG"
92 NDK_DIR=/tmp/ndk-toolchain/ndk-prebuilt-$$
97 dump "Extracting prebuilt toolchain binaries."
  /build/core/combo/
TARGET_linux-x86.mk 39 prebuilt/$(HOST_PREBUILT_TAG)/toolchain/i686-unknown-linux-gnu-4.2.1/bin/i686-unknown-linux-gnu-
TARGET_linux-arm.mk 47 prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
TARGET_linux-sh.mk 23 prebuilt/$(HOST_PREBUILT_TAG)/toolchain/sh-4.3.3/bin/sh-linux-gnu-
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 17 # toolchain any number of source files
117 # Normally, the toolchain should be configured to do that automatically,
  /development/pdk/pndk/
Pndk.mk 84 gcc_dest_dir := $(pndk_common_dest_dir)/toolchain
  /frameworks/base/media/libstagefright/codecs/aacenc/Tools/
eclair.mk 42 TCPATH:=$(TCROOTPATH)/prebuilt/linux-x86/toolchain/arm-eabi-$(GCCVER)
  /build/core/
envsetup.mk 298 ABP:=$(ABP):$(PWD)/prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-eabi-4.4.3/bin
  /build/
envsetup.sh 109 export ANDROID_EABI_TOOLCHAIN=$prebuiltdir/toolchain/arm-eabi-4.4.3/bin

Completed in 461 milliseconds

12