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

12 3 4 5 6 7 8 910

  /ndk/toolchains/mips64el-linux-android-clang3.5/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
65 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mipsel-linux-android-clang3.5/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
65 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/build/core/
add-toolchain.mk 16 # this script is included repeatedly by main.mk to add a new toolchain
19 # '_config_mk' must be defined as the path of a toolchain
25 # by the toolchain configuration file
55 # Now record the toolchain-specific information
63 # check that the toolchain name is unique
65 $(call __ndk_error,Toolchain $(_name) defined in $(_parent) is\
74 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
init.mk 44 # Define NDK_HOST_32BIT=1 in your environment to always use toolchain in 32-bit
115 # Rationale: This function is used to proble available 64-bit toolchain or
275 # Cygwin 1.5, which is deprecated and won't run our toolchain
506 # Read all toolchain-specific configuration files.
508 # Each toolchain must have a corresponding config.mk file located
512 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.9)
513 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
520 # the build script to include in each toolchain config.mk
521 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
562 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)
    [all...]
setup-app.mk 42 # which platform/abi/toolchain are we going to use?
69 $(call ndk_log,Remove the following abis expanded from 'all' due to no toolchain: $(_abis_without_toolchain))
77 $(call ndk_log,Remove the following abis expanded from 'all32' due to no toolchain: $(_abis_without_toolchain))
85 $(call ndk_log,Remove the following abis expanded from 'all64' due to no toolchain: $(_abis_without_toolchain))
  /ndk/toolchains/x86-clang3.4/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
88 # this toolchain's generated binaries
  /ndk/toolchains/x86-clang3.5/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
90 # this toolchain's generated binaries
  /ndk/toolchains/x86_64-clang3.5/
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
62 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
88 # this toolchain's generated binaries
  /ndk/build/tools/
dev-rebuild-ndk.sh 55 register_var_option "--toolchain-src-dir=<path>" OPTION_SRC_DIR "Select toolchain source directory"
61 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain"
65 register_option "--separate-64" do_SEPARATE_64 "Separate 64-bit host toolchain to its own package"
80 "Generate the NDK toolchain package."
134 # Get the Toolchain sources
139 if [ -d "$PROGDIR/toolchain-patches" ]
141 PATCHES_SHA1=`( find $PROGDIR/toolchain-patches -type f -print ) | \
147 echo "Checking for Toolchain sources"
154 echo " Downloading Toolchain sources
    [all...]
  /ndk/tests/abcc/
build-abcc.sh 17 # Build a abcc package. This exploits build-on-device-toolchain.sh and
46 DEFAULT_TMP_SRC_DIR=/tmp/ndk-$USER/ndk-toolchain-source-`date +%s`
48 register_var_option "--src-dir=<path>" SRC_DIR "Specify an existing toolchain source"
52 register_option "--only-assets" do_only_assets_option "Build toolchain only under prebuilts/assets/ instead of whole app"
64 register_option "--no-rebuild-assets" do_no_rebuild_assets_option "Use existing toolchain prebuilt assets instead of rebuilding them"
70 "This script can be used to build abcc, which contains all toolchain
87 # First: Build toolchain assets
91 test -z "`ls $ABCC_PREBUILT_ASSETS 2> /dev/null`" && dump "[WARNING] No toolchain assets found!"
94 test "$SRC_DIR" = "$DEFAULT_TMP_SRC_DIR" && run $BUILDTOOLS/download-toolchain-sources.sh $SRC_DIR
97 run $BUILDTOOLS/build-on-device-toolchain.sh --ndk-dir=$NDK_DIR --build-dir=$BUILD_DIR --out-dir=$ABCC_PREBUILT_ASSETS/$ABI --abi=$ABI --no- (…)
    [all...]
  /external/boringssl/src/util/bot/
vs_toolchain.py 22 """Sets up os.environ to use the depot_tools VS toolchain with gyp, and
35 toolchain = toolchain_data['path']
46 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain
49 # toolchain values in GYP_DEFINES, but don't want to override any
80 """Requests an update of the toolchain to the specific hashes we have at
  /ndk/toolchains/llvm-3.4/
config.mk 16 # config file for the clang-3.4 toolchain for the Android NDK
  /ndk/toolchains/llvm-3.5/
config.mk 16 # config file for the clang-3.5 toolchain for the Android NDK
  /external/libvpx/libvpx/build/make/
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}
510 --target=*) toolchain="${toolchain:-${optval}}"
512 --force-target=*) toolchain="${toolchain:-${optval}}"; enable_feature force_toolchai
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 437 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
505 local tgt_fn="$tgt-$toolchain.mk"
508 echo "Creating makefiles for ${toolchain} ${tgt}"
530 echo "Bypassing toolchain for environment detection."
552 case $toolchain in
554 case $header-$toolchain in
575 check_ld <<EOF || die "Toolchain is unable to link executables"
591 case $toolchain in
700 # Other toolchain specific defaults
701 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esa
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 18 # This script is used to rebuild the Linux 32-bit cross-toolchain
25 # WARNING: At this time, the generated toolchain binaries will *not* run
30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
63 # Used to set the host bitness of the generted toolchain binaries
106 # Versions of various toolchain components, do not touch unless you know
124 GIT_BASE_DEFAULT=https://android.googlesource.com/toolchain
126 # Location where we're going to install the toolchain during the build
143 # to ensure that the toolchain binaries are properly relocatable (i.e. can
321 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
323 This script is used to rebuild a custom Linux host toolchain that target
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 18 # This script is used to rebuild the Linux 32-bit cross-toolchain
25 # WARNING: At this time, the generated toolchain binaries will *not* run
30 PATCHES_DIR="$( cd "$( dirname "$0" )" && pwd )/toolchain-patches"
63 # Used to set the host bitness of the generted toolchain binaries
106 # Versions of various toolchain components, do not touch unless you know
124 GIT_BASE_DEFAULT=https://android.googlesource.com/toolchain
126 # Location where we're going to install the toolchain during the build
143 # to ensure that the toolchain binaries are properly relocatable (i.e. can
323 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
325 This script is used to rebuild a custom Linux host toolchain that target
    [all...]
  /external/libvpx/libvpx/
configure 455 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
523 tgt_fn="$tgt-$toolchain.mk"
526 echo "Creating makefiles for ${toolchain} ${tgt}"
548 echo "Bypassing toolchain for environment detection."
570 case $toolchain in
572 case $header-$toolchain in
593 check_ld <<EOF || die "Toolchain is unable to link executables"
609 case $toolchain in
718 # Other toolchain specific defaults
719 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esa
    [all...]
  /external/llvm/tools/msbuild/
install.bat 52 REM Routine for installing v100 toolchain.
63 REM Routine for installing v110 toolchain.
80 REM Routine for installing v120 toolchain.
97 REM Routine for installing v140 toolchain.
  /ndk/toolchains/aarch64-linux-android-4.9/
config.mk 16 # config file for the arm64 gcc-4.9 toolchain for the Android NDK
  /ndk/toolchains/aarch64-linux-android-clang3.4/
config.mk 16 # config file for the arm64 llvm-3.4 toolchain for the Android NDK
  /ndk/toolchains/aarch64-linux-android-clang3.5/
config.mk 16 # config file for the arm64 llvm-3.5 toolchain for the Android NDK
  /ndk/toolchains/arm-linux-androideabi-4.8/
config.mk 16 # config file for the arm gcc-4.8 toolchain for the Android NDK

Completed in 712 milliseconds

12 3 4 5 6 7 8 910