/prebuilts/qemu-kernel/kernel-toolchain/ |
android-kernel-toolchain-ar | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-as | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-gcc | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-ld | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-nm | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-objcopy | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-objdump | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-ranlib | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-size | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
android-kernel-toolchain-strip | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
toolbox.sh | 3 # This is a wrapper around our toolchain that allows us to add a few 5 # The issue is that our toolchain are NDK-compatible, and hence enforces 28 # Common prefix for all fake toolchain programs, which are all really 35 PROGPREFIX=android-kernel-toolchain- 38 # <suffix> can be 'gcc', 'ld', etc... We expect that the fake toolchain 57 # Invoke real cross-compiler toolchain program now
|
/build/libs/host/ |
Android.mk | 28 # Include toolchain prebuilt modules if they exist. 29 -include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk
|
/ndk/tests/ |
run-libcxx.sh | 14 echo "### make standalone toolchain" 22 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 23 --install-dir=$TOOLCHAIN_DIR_ARM --toolchain=arm-linux-androideabi-4.8 --stl=libc++ 24 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 25 --install-dir=$TOOLCHAIN_DIR_MIPS --toolchain=mipsel-linux-android-4.8 --stl=libc++ 26 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 27 --install-dir=$TOOLCHAIN_DIR_X86 --toolchain=x86-4.8 --stl=libc++ 28 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} \ 29 --install-dir=$TOOLCHAIN49_DIR_ARM --toolchain=arm-linux-androideabi-4.9 --stl=libc++ 30 ./build/tools/make-standalone-toolchain.sh --platform=android-14 --llvm-version=${LLVM_VERSION} [all...] |
/build/core/clang/ |
HOST_x86_common.mk | 13 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \ 17 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) 21 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \ 28 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \ 36 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \ 43 --gcc-toolchain=$($(clang_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG) \
|
/bionic/libc/tools/ |
check-symbols.py | 10 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
|
check-symbols-glibc.py | 30 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable 31 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
|
/development/scripts/ |
symbol.py | 55 def ToolPath(tool, toolchain=None): 57 if not toolchain: 58 toolchain = FindToolchain() 59 return glob.glob(os.path.join(toolchain, "*-" + tool))[0] 63 """Returns the toolchain matching ARCH.""" 68 # We use slightly different names from GCC, and there's only one toolchain 85 toolchain = sorted(available_toolchains)[-1] 87 if not os.path.exists(ToolPath("addr2line", toolchain)): 88 raise Exception("No addr2line for %s" % (toolchain)) 90 _CACHED_TOOLCHAIN = toolchain [all...] |
/ndk/toolchains/x86_64-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)) \ 60 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \ 86 # this toolchain's generated binaries
|
/ndk/build/core/ |
setup-toolchain.mk | 17 # to setup the target toolchain for a given platform/abi combination. 26 # Check that we have a toolchain that supports the current ABI. 32 # Filter out the Clang toolchain, so that we can keep GCC as the default 33 # toolchain. 50 $(call __ndk_info,There is no toolchain that supports the $(TARGET_ARCH_ABI) ABI.) 55 # Select the last toolchain from the sorted list. 63 # If NDK_TOOLCHAIN_VERSION is defined, we replace the toolchain version 76 $(call ndk_log,Using default target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI) 81 # We assume the toolchain name uses dashes (-) as separators and doesn't 99 $(call ndk_log,Using target toolchain '$(TARGET_TOOLCHAIN)' for '$(TARGET_ARCH_ABI)' ABI (through NDK_TOOLCHAIN_VERSION) [all...] |
/external/v8/ |
Makefile.nacl | 49 TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain) 71 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
|
/external/v8/tools/ |
nacl-run.py | 106 toolchain = platform + "_x86_glibc" 111 toolchain = platform + "_x86_glibc" 124 nacl_ld_so = os.path.join(nacl_sdk_dir, "toolchain", toolchain, 126 nacl_lib_path = os.path.join(nacl_sdk_dir, "toolchain", toolchain,
|
/ndk/build/tools/ |
make-release.sh | 70 # If darwin toolchain exist, build darwin too 83 register_option "--also-64" do_ALSO_64 "Also build 64-bit host toolchain" 87 register_var_option "--toolchain-src-dir=<path>" TOOLCHAIN_SRCDIR "Use toolchain sources from <path>" 141 - downloading toolchain sources from the Internet 143 - rebuilding the toolchain binaries for the host system 157 more quickly, by preparing toolchain binary tarballs that can be 202 # Step 1, If needed, download toolchain sources into a temporary directory 204 dump "Using toolchain source directory: $TOOLCHAIN_SRCDIR" 205 timestamp_set toolchain-download-source [all...] |
/ndk/toolchains/aarch64-linux-android-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)) \ 60 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
|
/ndk/toolchains/aarch64-linux-android-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)) \
|
/ndk/toolchains/mips64el-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)) \
|