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

1 23 4 5 6 7 8 910

  /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.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/arm-linux-androideabi-clang3.5/
config.mk 16 # config file for the arm llvm-3.5 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)) \
64 -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/mips64el-linux-android-clang3.5/
config.mk 16 # config file for the mips64el llvm-3.5 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.4/
config.mk 16 # config file for the mipsel llvm-3.4 toolchain for the Android NDK
  /ndk/toolchains/mipsel-linux-android-clang3.5/
config.mk 16 # config file for the mipsel llvm-3.5 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
setup.mk 17 # toolchain any number of source files
66 # this toolchain's generated binaries
  /ndk/toolchains/x86-4.9/
config.mk 16 # config file for the x86 gcc-4.9 toolchain for the Android NDK
setup.mk 17 # toolchain any number of source files
66 # this toolchain's generated binaries
  /ndk/toolchains/x86-clang3.4/
config.mk 16 # config file for the x86 clang-3.4 toolchain for the Android NDK
  /ndk/toolchains/x86-clang3.5/
config.mk 16 # config file for the x86 clang-3.5 toolchain for the Android NDK
  /ndk/toolchains/x86_64-4.9/
config.mk 16 # config file for the x86_64 gcc-4.9 toolchain for the Android NDK
setup.mk 17 # toolchain any number of source files
64 # this toolchain's generated binaries
  /ndk/toolchains/x86_64-clang3.4/
config.mk 16 # config file for the x86_64 clang-3.4 toolchain for the Android NDK
  /ndk/toolchains/x86_64-clang3.5/
config.mk 16 # config file for the x86_64 clang-3.5 toolchain for the Android NDK
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/libexec/gcc/x86_64-w64-mingw32/4.8.3/install-tools/
mkheaders 56 prefix=/tmp/build-mingw64-toolchain-digit/install-x86_64-linux-gnu/x86_64-w64-mingw32
  /ndk/build/tools/
build-device-llvm.sh 29 Where <src-dir> is the location of toolchain sources, <ndk-dir> is
36 BUILD_OUT=/tmp/ndk-$USER/build/toolchain
42 register_var_option "--out-dir=<path>" OPTION_OUT_DIR "On-device toolchain will be put at <path>"
48 register_var_option "--gcc-version=<version>" OPTION_GCC_VERSION "Specify GCC toolchain version [Default: $DEFAULT_GCC_VERSION]"
55 register_option "--shared" do_shared_option "Build libLLVM*.so shared by on-device llvm toolchain, and link lib*stl_shared.so"
67 fix_option OUT_DIR "$OPTION_OUT_DIR" "On-device toolchain will be put at <path>"
74 TOOLCHAIN="llvm-$DEFAULT_LLVM_VERSION"
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
108 # Check toolchain nam
    [all...]
  /ndk/build/core/
default-build-commands.mk 2 # This is included in setup-toolchain.mk just before the inclusion
3 # of the toolchain's specific setup.mk file which can then override
15 # This can be over-ridden by a specific toolchain. Note that by default
70 # releases due to toolchain or library changes.
118 # the toolchain's setup.mk script.

Completed in 127 milliseconds

1 23 4 5 6 7 8 910