HomeSort by relevance Sort by last modified time
    Searched refs:toolchain (Results 76 - 100 of 214) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 461 BUILD_PFX=${arch}/ toolchain=${arch} $self --child $cmdline_args || exit $?
529 tgt_fn="$tgt-$toolchain.mk"
532 echo "Creating makefiles for ${toolchain} ${tgt}"
554 echo "Bypassing toolchain for environment detection."
576 case $toolchain in
578 case $header-$toolchain in
599 check_ld <<EOF || die "Toolchain is unable to link executables"
615 case $toolchain in
724 # Other toolchain specific defaults
725 case $toolchain in x86*|ppc*|universal*) soft_enable postproc;; esa
    [all...]
  /external/chromium_org/tools/gn/
function_get_target_outputs_unittest.cc 27 // Shortcut to get a label with the current toolchain.
29 return Label(SourceDir(dir), name, setup_.toolchain()->label().dir(),
30 setup_.toolchain()->label().name());
  /external/libvpx/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...]
  /ndk/build/core/
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
510 # Read all toolchain-specific configuration files.
512 # Each toolchain must have a corresponding config.mk file located
516 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.6)
517 # TOOLCHAIN_ABIS list of target ABIs supported by the toolchain.
524 # the build script to include in each toolchain config.mk
525 ADD_TOOLCHAIN := $(BUILD_SYSTEM)/add-toolchain.mk
566 $(eval include $(BUILD_SYSTEM)/add-toolchain.mk)
    [all...]
  /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/arm-linux-androideabi-4.6/
config.mk 16 # config file for the arm gcc-4.6 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
  /ndk/toolchains/arm-linux-androideabi-4.9/
config.mk 16 # config file for the arm gcc-4.9 toolchain for the Android NDK
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
config.mk 16 # config file for the arm llvm-3.3 toolchain for the Android NDK
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
50 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
58 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
config.mk 16 # config file for the arm llvm-3.4 toolchain for the Android NDK
setup.mk 17 # toolchain any number of source files
27 # Override the toolchain prefix
50 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
58 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
  /ndk/toolchains/mips64el-linux-android-4.9/
config.mk 16 # config file for the mips64el gcc-4.9 toolchain for the Android NDK
  /ndk/toolchains/mips64el-linux-android-clang3.4/
config.mk 16 # config file for the mips64el llvm-3.4 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-4.6/
config.mk 16 # config file for the mipsel gcc-4.6 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-4.8/
config.mk 16 # config file for the mipsel gcc-4.8 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-4.9/
config.mk 16 # config file for the mipsel gcc-4.9 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-clang3.3/
config.mk 16 # config file for the mipsel llvm-3.3 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-clang3.4/
config.mk 16 # config file for the mipsel llvm-3.4 toolchain for the Android NDK
  /ndk/toolchains/x86-4.6/
config.mk 16 # config file for the x86 gcc-4.6 toolchain for the Android NDK
  /ndk/toolchains/x86-4.8/
config.mk 16 # config file for the x86 gcc-4.8 toolchain for the Android NDK
  /ndk/toolchains/x86-4.9/
config.mk 16 # config file for the x86 gcc-4.9 toolchain for the Android NDK
  /ndk/toolchains/x86-clang3.3/
config.mk 16 # config file for the x86 clang-3.3 toolchain for the Android NDK
  /ndk/toolchains/x86-clang3.4/
config.mk 16 # config file for the x86 clang-3.4 toolchain for the Android NDK

Completed in 308 milliseconds

1 2 34 5 6 7 8 9