/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
shared.mk | 16 #--yd CROSS ?= $(ANDROID_ROOT)/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-
|
/ndk/build/tools/ |
common-build-host-funcs.sh | 287 # $1: toolchain install dir 288 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi) 386 # This function probes the system to find the best toolchain or cross-toolchain 388 # a wrapper toolchain under $2 with a prefix of ${BH_HOST_CONFIG}- 402 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only). 421 # Try to find the best toolchain to do that job, assuming we are in 426 # If possible, automatically use our custom toolchain to generate 430 _bh_try_host_fullprefix "$(dirname $ANDROID_NDK_ROOT)/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3" i686-linux 438 # If possible, automaticaly use our custom toolchain to generat [all...] |
builder-funcs.sh | 628 SCRATCH_FLAGS="-gcc-toolchain $GCC_TOOLCHAIN"
|
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-linux-androideabi-4.8)." 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain 99 TOOLCHAIN="$3" 132 # Check toolchain name 134 if [ -z "$TOOLCHAIN" ] ; the [all...] |
build-host-gcc.sh | 17 # Rebuild the host GCC toolchain binaries from sources. 25 PROGRAM_PARAMETERS="[<toolchain-name>+]" 28 To use it, you will first need to call download-toolchain-sources.sh to download 29 the toolchain sources, then pass the corresponding directory with the 30 --toolchain-src-dir=<path> option. 46 By default, the script rebuilds the toolchain(s) for you host system [$HOST_TAG], 62 $PROGNAME --toolchain-src-dir=/path/to/toolchain/src \ 68 cross-toolchain installed and in your path. Note that the script named 69 'build-mingw64-toolchain.sh' can be used to rebuild such a toolchai [all...] |
build-llvm.sh | 24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>" 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. llvm-3.5)." 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain 78 TOOLCHAIN="$3" 87 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then 88 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm" 92 if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; the [all...] |
/ndk/sources/cxx-stl/stlport/ |
Android.mk | 63 # toolchain.
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
setup.mk | 17 # toolchain any number of source files
|
/ndk/toolchains/arm-linux-androideabi-4.9/ |
setup.mk | 17 # toolchain any number of source files
|
/bionic/libc/tools/ |
genlibgcc_compat.py | 50 * After 3.2, the toolchain was updated again, adding __aeabi_f2uiz to the
|
/ndk/sources/cxx-stl/llvm-libc++/ |
Android.mk | 212 # for __atomic_fetch_add_4. Note that "clang -gcc-toolchain" uses gcc4.8's as/ld/libs, including 216 # compiled with "clang -gcc-toolchain *4.8*" with -latomic, such that uses of prebuilt
|
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/1.2.4/ |
gradle-experimental-1.2.4.jar | |
/external/ceres-solver/ |
Android.mk | 32 # Builds Ceres for Android, using the standard toolchain (not
|
/external/ceres-solver/jni/ |
Android.mk | 32 # Builds Ceres for Android, using the standard toolchain (not
|
/external/v8/ |
Makefile | 233 build/toolchain.gypi samples/samples.gyp src/compiler/compiler.gyp \ 435 # have "tools" and "toolchain" subdirectories.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/ |
Makefile | 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5 31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5 32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/ |
Makefile | 29 srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 30 VPATH= /s/ndk-toolchain/src/python/Python-2.7.5 31 MSYSVPATH= /s/ndk-toolchain/src/python/Python-2.7.5 32 abs_srcdir= /s/ndk-toolchain/src/python/Python-2.7.5 [all...] |
/ndk/toolchains/llvm-3.4/ |
setup.mk | 17 # toolchain any number of source files
|
/ndk/toolchains/llvm-3.5/ |
setup.mk | 17 # toolchain any number of source files
|
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.1.0/ |
gradle-experimental-0.1.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.2.1/ |
gradle-experimental-0.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.3.0-alpha1/ |
gradle-experimental-0.3.0-alpha1.jar | |
/ndk/build/core/ |
definitions.mk | [all...] |
build-binary.mk | 181 # Toolchain by default disallows generated code running from the heap and stack. 192 # Toolchain by default provides relro and GOT protections. 332 # Process all source file tags to determine toolchain-specific
|
/ndk/ |
ndk-gdb.py | 646 log('Using toolchain prefix: %s' % (TOOLCHAIN_PREFIX)) [all...] |