/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- 6 CXX=$(TOOLCHAIN)g++
|
/ndk/build/tools/ |
build-analyzer.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.1)." 44 TOOLCHAIN="$3" 53 SCAN_BUILD_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-build 59 SCAN_VIEW_SRC_DIR=$SRC_DIR/$TOOLCHAIN/clang/tools/scan-view 65 LICENSE_FILE=$SRC_DIR/$TOOLCHAIN/clang/LICENSE.TXT 87 # Check toolchain name 89 if [ -z "$TOOLCHAIN" ] ; the [all...] |
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.6). 35 <ndk-dir>/toolchains <toolchain>/prebuilt/gdbserver 74 TOOLCHAIN="$3" 110 # Check toolchain name 112 if [ -z "$TOOLCHAIN" ] ; then 113 echo "ERROR: Missing toolchain name parameter. See --help for details." 127 parse_toolchain_name $TOOLCHAIN [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.3)." 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain 74 TOOLCHAIN="$3" 83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then 84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm" 88 if [ -e "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" -a ! -h "$SRC_DIR/$TOOLCHAIN/llvm/tools/polly" ] ; the [all...] |
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.6)." 34 BUILD_OUT=/tmp/ndk-$USER/build/toolchain 100 TOOLCHAIN="$3" 133 # Check toolchain name 135 if [ -z "$TOOLCHAIN" ] ; the [all...] |
build-device-llvm.sh | 29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is 33 BUILD_OUT=/tmp/ndk-$USER/build/toolchain 39 register_var_option "--out-dir=<path>" OPTION_OUT_DIR "On-device toolchain will be put at <path>" 45 register_var_option "--gcc-version=<version>" OPTION_GCC_VERSION "Specify GCC toolchain version [Default: $DEFAULT_GCC_VERSION]" 53 fix_option TOOLCHAIN_BUILD_PREFIX "$OPTION_OUT_DIR" "On-device toolchain will be put at <path>" 62 TOOLCHAIN="llvm-$DEFAULT_LLVM_VERSION" 71 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then 72 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm" 96 # Check toolchain name 98 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. 43 By default, the script rebuilds the toolchain(s) for you host system [$HOST_TAG], 59 $PROGNAME --toolchain-src-dir=/path/to/toolchain/src \ 65 cross-toolchain installed and in your path. Note that the script named 66 'build-mingw64-toolchain.sh' can be used to rebuild such a toolchai [all...] |
prebuilt-common.sh | 507 # TOOLCHAIN AND ABI PROCESSING 656 # Find mingw toolchain 658 # Set MINGW_GCC to the found mingw toolchain 662 # IMPORTANT NOTE: binutils 2.21 requires a cross toolchain named 664 # in the toolchain build. Note that binutils 2.19 can build properly 666 # toolchain install on Debian/Ubuntu. 668 # To solve this dilemma, we create a wrapper toolchain named 672 # We apply the same logic to the 64-bit Windows cross-toolchain 689 # Scan $BINPREFIXLST list to find installed mingw toolchain. It will be 694 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/chromium_org/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/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/ |
build.sh | 21 echo "the Native Client SDK (the directory containing toolchain/)." 74 LogExecute make ports TOOLCHAIN=pnacl CONFIG=Release 77 LogExecute make TOOLCHAIN=pnacl CONFIG=Release -j${OS_JOBS}
|
/external/chromium_org/native_client_sdk/src/tools/ |
nacl_gcc.mk | 16 X86_TC_BIN ?= $(TC_PATH)/$(OSNAME)_x86_$(TOOLCHAIN)/bin 17 ARM_TC_BIN ?= $(TC_PATH)/$(OSNAME)_arm_$(TOOLCHAIN)/bin 147 ifeq (newlib,$(TOOLCHAIN)) 181 $(call LOG,LINK,$$@,$(X86_32_LINK) -o $$@ $$(filter %.o,$$^) $(LDFLAGS_SHARED) -m32 $(NACL_LDFLAGS) $(X86_32_LDFLAGS) $(LDFLAGS) $(foreach path,$(5),-L$(path)/$(TOOLCHAIN)_x86_32/$(CONFIG)) $(foreach lib,$(3),-l$(lib))) 184 $(STAMPDIR)/$(1).stamp: $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so 185 install: $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so 186 $(LIBDIR)/$(TOOLCHAIN)_x86_32/$(CONFIG)/lib$(1).so: $(OUTDIR)/lib$(1)_x86_32.so 198 $(call LOG,LINK,$$@,$(X86_32_LINK) -o $$@ $$(filter %.o,$$^) $(LDFLAGS_SHARED) -m64 $(NACL_LDFLAGS) $(X86_64_LDFLAGS) $(LDFLAGS) $(foreach path,$(5),-L$(path)/$(TOOLCHAIN)_x86_64/$(CONFIG)) $(foreach lib,$(3),-l$(lib))) 201 $(STAMPDIR)/$(1).stamp: $(LIBDIR)/$(TOOLCHAIN)_x86_64/$(CONFIG)/lib$(1).so 202 install: $(LIBDIR)/$(TOOLCHAIN)_x86_64/$(CONFIG)/lib$(1).s [all...] |
common.mk | 11 # Toolchain 18 TOOLCHAIN ?= $(word 1,$(VALID_TOOLCHAINS)) 36 # TOOLCHAIN=all recursively calls this Makefile for all VALID_TOOLCHAINS. 38 ifeq ($(TOOLCHAIN),all) 44 # Generate a new MAKE command for each TOOLCHAIN. 46 # Note: We use targets for each toolchain (instead of an explicit recipe) so 47 # each toolchain can be built in parallel. 49 # $1 = Toolchain Name 55 +$(MAKE) TOOLCHAIN=$(1) $(MAKECMDGOALS) 67 # Define the toolchain targets for all usable toolchains via the macro [all...] |
nacl_llvm.mk | 13 PNACL_BIN = $(TC_PATH)/$(OSNAME)_$(TOOLCHAIN)/bin 77 $(STAMPDIR)/$(1).stamp: $(LIBDIR)/$(TOOLCHAIN)/$(CONFIG)/lib$(1).a 80 all: $(LIBDIR)/$(TOOLCHAIN)/$(CONFIG)/lib$(1).a 81 $(LIBDIR)/$(TOOLCHAIN)/$(CONFIG)/lib$(1).a: $(foreach src,$(2),$(call SRC_TO_OBJ,$(src)))
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/ |
Makefile | 90 $(MAKE) -C earth TOOLCHAIN=pnacl CONFIG=Release 134 $(MAKE) -C voronoi TOOLCHAIN=pnacl CONFIG=Release 148 $(MAKE) -C life TOOLCHAIN=pnacl CONFIG=Release 178 $(MAKE) -C cube TOOLCHAIN=pnacl CONFIG=Release
|
/external/chromium_org/build/android/ |
adb_gdb | 108 TOOLCHAIN= 181 --toolchain=*) 182 TOOLCHAIN=$optarg 278 the path to the host target-specific cross-toolchain. 451 # Convert an NDK architecture name into a toolchain name prefix 453 # Out: NDK toolchain name prefix (e.g. 'arm-linux-androideabi') 463 # Find a NDK toolchain prebuilt file or sub-directory. 464 # This will probe the various arch-specific toolchain directories 486 # Find the path to an NDK's toolchain full prefix for a given architecture 510 # Special case, the x86 toolchain used to be incorrectl [all...] |
/external/libvpx/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))) 308 include $(SRC_PATH_BARE)/$(target:-$(TOOLCHAIN)=).m [all...] |
Android.mk | 128 TGT_ISA:=$(word 1, $(subst -, ,$(TOOLCHAIN)))
|
configure.sh | 280 # Toolchain Check Functions 384 echo "TOOLCHAIN := ${toolchain}" >> config.mk 386 case ${toolchain} in 397 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 419 TOOLCHAIN=${toolchain} 493 --target=*) toolchain="${toolchain:-${optval}}" 495 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai [all...] |
/external/libvpx/libvpx/ |
libs.mk | 54 --config=$$(CONFIG_DIR)$$(target)$$(if $$(FAT_ARCHS),,-$$(TOOLCHAIN)).mk \ 75 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_LIBVPX,BUILD_LIBVPX):=yes) 222 --target=$(TOOLCHAIN) \ 244 --target=$(TOOLCHAIN) \ 422 --target=$(TOOLCHAIN) \ 438 --target=$(TOOLCHAIN) \
|
examples.mk | 178 $(eval $(if $(filter universal%,$(TOOLCHAIN)),LIPO_OBJS,BUILD_OBJS):=yes) 244 --target=$$(TOOLCHAIN)\
|