HomeSort by relevance Sort by last modified time
    Searched refs:androideabi (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/build/android/tests/symbolize/
Makefile 5 TOOLCHAIN=../../../../third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/arm-linux-androideabi-
  /ndk/tests/build/warn-noabi/
build.sh 36 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM/bin/arm-linux-androideabi-g++${HOST_EXE}
38 ARM_GPP=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuilt/$SYSTEM64/bin/arm-linux-androideabi-g++${HOST_EXE}
  /development/build/
sdk-linux-x86.atree 31 prebuilts/sdk/tools/linux/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
sdk-darwin-x86.atree 31 prebuilts/sdk/tools/darwin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
sdk-windows-x86.atree 95 rm build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
96 prebuilts/sdk/tools/windows/arm-linux-androideabi-ld.exe strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld.exe
  /external/chromium_org/v8/tools/
android-ll-prof.sh 63 ARCH=arm-linux-androideabi-4.6
68 --objdump="$TOOLCHAIN/arm-linux-androideabi-objdump" \
  /ndk/tests/
run-libcxx.sh 23 --install-dir=$TOOLCHAIN_DIR_ARM --toolchain=arm-linux-androideabi-4.8 --stl=libc++
29 --install-dir=$TOOLCHAIN49_DIR_ARM --toolchain=arm-linux-androideabi-4.9 --stl=libc++
43 ./testit_android --abi=armeabi-v7a --cxx=arm-linux-androideabi-clang++ $MODE
  /build/core/clang/
TARGET_arm.mk 4 CLANG_CONFIG_arm_TARGET_TRIPLE := arm-linux-androideabi
  /ndk/build/tools/
dev-defaults.sh 80 DEFAULT_ARCH_TOOLCHAIN_NAME_arm=arm-linux-androideabi
81 DEFAULT_ARCH_TOOLCHAIN_PREFIX_arm=arm-linux-androideabi
176 # Out: default arch-specific toolchain name (e.g. 'arm-linux-androideabi-$GCC_VERSION')
189 # Out: default arch-specific toolchain name (e.g. 'arm-linux-androideabi-$GCCVER')
199 # Out: default arch-specific toolchain prefix (e.g. arm-linux-androideabi)
208 # Out: list of toolchain names for this arch (e.g. arm-linux-androideabi-4.6 arm-linux-androideabi-4.8)
244 # $1: toolchain with version numer (e.g. 'arm-linux-androideabi-4.6')
276 # $1: toolchain with version numer (e.g. 'arm-linux-androideabi-4.6')
290 # $1: toolchain with version numer (e.g. 'arm-linux-androideabi-4.6'
    [all...]
build-llvm.sh 452 LLVM_TARGET=armv5te-none-linux-androideabi
455 LLVM_TARGET=armv7-none-linux-androideabi
build-gnu-libstdc++.sh 164 BUILD_HOST=arm-linux-androideabi
common-build-host-funcs.sh 125 android-arm) RET=arm-linux-androideabi;;
263 # $1: versioned name (e.g. arm-linux-androideabi-4.4.3)
266 # Examples: arm-linux-androideabi-4.4.3 -> 4
352 # $2: toolchain prefix, no trailing dash (e.g. arm-linux-androideabi)
  /ndk/toolchains/llvm-3.3/
setup.mk 35 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOLCHAIN_VERSION))
36 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
48 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOLCHAIN_VERSION))
49 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
61 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOLCHAIN_VERSION))
62 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
102 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.3/setup.mk
113 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.3/setup.mk
124 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.3/setup.mk
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
setup.mk 37 TOOLCHAIN_NAME := arm-linux-androideabi-$(TOOLCHAIN_VERSION)
40 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/arm-linux-androideabi-
65 LLVM_TRIPLE := armv7-none-linux-androideabi
76 LLVM_TRIPLE := armv7-none-linux-androideabi
89 LLVM_TRIPLE := armv5te-none-linux-androideabi
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
setup.mk 37 TOOLCHAIN_NAME := arm-linux-androideabi-$(TOOLCHAIN_VERSION)
40 TOOLCHAIN_PREFIX := $(TOOLCHAIN_PREBUILT_ROOT)/bin/arm-linux-androideabi-
65 LLVM_TRIPLE := armv7-none-linux-androideabi
76 LLVM_TRIPLE := armv7-none-linux-androideabi
89 LLVM_TRIPLE := armv5te-none-linux-androideabi
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit_android 77 READELF=../../../../../toolchains/arm-linux-androideabi-4.6/prebuilt/darwin-x86/bin/arm-linux-androideabi-readelf
141 and arm-linux-androideabi-g++ will be used to compile all tests, unless
215 TOOLCHAIN_PREFIX=arm-linux-androideabi
220 TOOLCHAIN_PREFIX=arm-linux-androideabi
225 TOOLCHAIN_PREFIX=arm-linux-androideabi
  /ndk/toolchains/llvm-3.4/
setup.mk 35 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOLCHAIN_VERSION))
36 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
48 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOLCHAIN_VERSION))
49 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
61 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOLCHAIN_VERSION))
62 cmd-strip = $(TARGET_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
143 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.4/setup.mk
154 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.4/setup.mk
165 include $(NDK_ROOT)/toolchains/arm-linux-androideabi-clang3.4/setup.mk
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 137 and arm-linux-androideabi-g++ will be used to compile all tests, unless
208 TOOLCHAIN_PREFIX=arm-linux-androideabi
213 TOOLCHAIN_PREFIX=arm-linux-androideabi
218 TOOLCHAIN_PREFIX=arm-linux-androideabi
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 38 readelf = os.path.join(os.environ['ANDROID_EABI_TOOLCHAIN'], 'arm-linux-androideabi-readelf')
  /external/qemu/distrib/
build-kernel.sh 9 CROSSPREFIX=arm-linux-androideabi-
220 CROSSPREFIX=arm-linux-androideabi-
  /external/oprofile/
common.mk 38 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6
  /build/core/combo/
TARGET_linux-arm.mk 56 $(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$($(combo_2nd_arch_prefix)TARGET_GCC_VERSION)
57 $(combo_2nd_arch_prefix)TARGET_TOOLS_PREFIX := $($(combo_2nd_arch_prefix)TARGET_TOOLCHAIN_ROOT)/bin/arm-linux-androideabi-
  /ndk/tests/standalone/
run.sh 22 # e.g. '/path/to/toolchain/bin/arm-linux-androideabi-'
106 echo " $PROGNAME --prefix=\$NDK/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi"
329 arm*-linux-androideabi)
  /ndk/tests/device/hard-float/jni/
Android.mk 53 # .../arm-linux-androideabi/bin/ld: error: ..../test-float.o
  /build/
envsetup.sh 136 arm) toolchaindir=arm/arm-linux-androideabi-$targetgccversion/bin
139 toolchaindir2=arm/arm-linux-androideabi-$targetgccversion2/bin
984 arm) GDB=arm-linux-androideabi-gdb;;
985 arm64) GDB=arm-linux-androideabi-gdb; GDB64=aarch64-linux-android-gdb;;
    [all...]

Completed in 707 milliseconds

1 2