/external/v8/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- 6 CXX=$(TOOLCHAIN)g++
|
/device/linaro/hikey/uefi-tools/ |
uefi-build.sh | 20 TOOLCHAIN= 74 case $TOOLCHAIN in 76 export TOOLCHAIN=`get_gcc_version "$CROSS_COMPILE"gcc` 79 export TOOLCHAIN=`get_clang_version clang` 82 echo "TOOLCHAIN is ${TOOLCHAIN}" 84 export ${TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE 85 echo "Toolchain prefix: ${TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE" 94 echo ${TOOLCHAIN}_${PLATFORM_ARCH}_PREFIX=$CROSS_COMPILE build -n $NUM_THREADS -a "$PLATFORM_ARCH" -t ${TOOLCHAIN} (…) [all...] |
/ndk/build/tools/ |
build-gdbserver.sh | 24 PROGRAM_PARAMETERS="<src-dir> <ndk-dir> <toolchain>" 27 "Rebuild the gdbserver prebuilt binary for the Android NDK toolchain. 30 <ndk-dir> is the top-level NDK installation path and <toolchain> 31 is the name of the toolchain to use (e.g. arm-linux-androideabi-4.8). 35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver 70 TOOLCHAIN="$3" 83 GDBVER=$(get_default_gdbserver_version_for_gcc $TOOLCHAIN) 113 # Check toolchain name 115 if [ -z "$TOOLCHAIN" ] ; then 116 echo "ERROR: Missing toolchain name parameter. See --help for details. [all...] |
prebuilt-common.sh | 573 # TOOLCHAIN AND ABI PROCESSING 722 # Find mingw toolchain 724 # Set MINGW_GCC to the found mingw toolchain 731 # IMPORTANT NOTE: binutils 2.21 requires a cross toolchain named 733 # in the toolchain build. Note that binutils 2.19 can build properly 735 # toolchain install on Debian/Ubuntu. 737 # To solve this dilemma, we create a wrapper toolchain named 741 # We apply the same logic to the 64-bit Windows cross-toolchain 758 # Scan $BINPREFIXLST list to find installed mingw toolchain. It will be 763 dump "Found mingw toolchain: $MINGW_GCC [all...] |
dev-system-import.sh | 77 linker flags when used with the standalone NDK toolchain 112 register_var_option "--toolchain-prefix=<path>" TOOLCHAIN_PREFIX "Path and prefix for the toolchain" 113 log "Toolchain prefix: $TOOLCHAIN_PREFIX" 189 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_arm 193 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_x86 197 TOOLCHAIN=$DEFAULT_ARCH_TOOLCHAIN_NAME_mips 214 echo "Autoconfig: --toolchain-prefix=$TOOLCHAIN_PREFIX" 218 echo "ERROR: Toolchain not installed, missing directory: $(dirname $TOOLCHAIN_PREFIX)" 223 echo "ERROR: Toolchain not installed, missing program: $TOOLCHAIN_PREFIX-readelf [all...] |
/external/v8/tools/ |
android-ll-prof.sh | 64 TOOLCHAIN="${ANDROID_NDK_ROOT}/toolchains/$ARCH/prebuilt/linux-x86/bin" 68 --objdump="$TOOLCHAIN/arm-linux-androideabi-objdump" \
|
/external/skia/platform_tools/android/bin/utils/ |
setup_toolchain.sh | 8 # setup_toolchain.sh: Sets toolchain environment variables used by other scripts. 47 TOOLCHAIN=$ANDROID_ARCH-$NDK-$API 50 exportVar ANDROID_TOOLCHAIN "${TOOLCHAINS}/${TOOLCHAIN}/bin" 58 ./android-ndk-$NDK/build/tools/make-standalone-toolchain.sh \ 62 --install_dir=$TOOLCHAIN 63 cp android-ndk-$NDK/prebuilt/android-$ANDROID_ARCH/gdbserver/gdbserver $TOOLCHAIN 72 #check to see if the toolchain has been defined and if not setup the default toolchain 76 echo "ERROR: unable to download/setup the required toolchain (${ANDROID_TOOLCHAIN})" 87 # Remove the '-gcc' at the end to get the full toolchain prefi [all...] |
/external/libvpx/libvpx/build/make/ |
Makefile | 39 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN))) 44 # Run configure for the user with the current toolchain. 64 include $(target)-$(TOOLCHAIN).mk 73 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN))) 74 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN))) 75 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN))) 103 rm -f $(target)-$(TOOLCHAIN).mk; \ 123 ifeq ($(TOOLCHAIN), x86-os2-gcc) 336 include $(SRC_PATH_BARE)/$(target:-$(TOOLCHAIN)=).mk 434 DIST-SRCS-yes += $(target:-$(TOOLCHAIN)=).m [all...] |
Android.mk | 102 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
|
configure.sh | 272 # Toolchain Check Functions 394 echo "TOOLCHAIN := ${toolchain}" >> config.mk 396 case ${toolchain} in 407 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 429 TOOLCHAIN=${toolchain} 507 toolchain="${toolchain:-${optval}}" 510 toolchain="${toolchain:-${optval}} [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
Makefile | 35 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN))) 40 # Run configure for the user with the current toolchain. 60 # Normally, we want to build the filename from the target and the toolchain. 62 # However, the toolchain is part of the target in universal builds, so we 63 # don't want to include TOOLCHAIN in that case. FAT_ARCHS is used to test 65 include $(target)$(if $(FAT_ARCHS),,-$(TOOLCHAIN)).mk 74 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN))) 75 TGT_OS:=$(word 2, $(subst -, ,$(TOOLCHAIN))) 76 TGT_CC:=$(word 3, $(subst -, ,$(TOOLCHAIN))) 104 rm -f $(target)-$(TOOLCHAIN).mk; [all...] |
Android.mk | 128 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
|
configure.sh | 281 # Toolchain Check Functions 398 echo "TOOLCHAIN := ${toolchain}" >> config.mk 400 case ${toolchain} in 411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 433 TOOLCHAIN=${toolchain} 507 --target=*) toolchain="${toolchain:-${optval}}" 509 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai [all...] |
/external/v8/build/android/ |
adb_gdb | 110 TOOLCHAIN= 202 --toolchain=*) 203 TOOLCHAIN=$optarg 280 the path to the host target-specific cross-toolchain. 570 # Convert an NDK architecture name into a toolchain name prefix 572 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi') 582 # Find a NDK toolchain prebuilt file or sub-directory. 583 # This will probe the various arch-specific toolchain directories 605 # Find the path to an NDK's toolchain full prefix for a given architecture 629 # Special case, the x86 toolchain used to be incorrectl [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
libs.mk | 54 --config=$$(CONFIG_DIR)$$(target)$$(if $$(FAT_ARCHS),,-$$(TOOLCHAIN)).mk \ 68 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_LIBVPX,BUILD_LIBVPX):=yes) 221 --target=$(TOOLCHAIN) \ 250 --target=$(TOOLCHAIN) \ 429 --target=$(TOOLCHAIN) \ 445 --target=$(TOOLCHAIN) \
|
examples.mk | 228 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_OBJS,BUILD_OBJS):=yes) 286 --target=$$(TOOLCHAIN)\
|
/external/libvpx/libvpx/ |
libs.mk | 28 --config=$$(CONFIG_DIR)$$(target)-$$(TOOLCHAIN).mk \ 240 --target=$(TOOLCHAIN) \ 449 --target=$(TOOLCHAIN) \ 465 --target=$(TOOLCHAIN) \ 486 --target=$(TOOLCHAIN) \
|
examples.mk | 334 --target=$$(TOOLCHAIN)\
|