/ndk/build/tools/ |
build-gdbserver.py | 46 toolchain = build_support.arch_to_toolchain(arch) 47 toolchain_name = '-'.join([toolchain, GCC_VERSION])
|
/prebuilts/go/darwin-x86/src/runtime/ |
compiler.go | 7 // Compiler is the name of the compiler toolchain that built the
|
/prebuilts/go/linux-x86/src/runtime/ |
compiler.go | 7 // Compiler is the name of the compiler toolchain that built the
|
/system/bt/build/toolchain/gcc/ |
BUILD.gn | 19 toolchain("gcc") {
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
symver.d | 6 # and the arm-elf toolchain will add $d.
|
/ndk/build/core/toolchains/x86-clang3.6/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the x86 llvm toolchain any 27 # Override the toolchain prefix 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,x86-4.9) 44 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 56 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 83 # 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...] |
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 | 104 # Function : host-toolchain-path 106 # 2: Toolchain name 111 host-toolchain-path = $1/$(HOST_TAG64)/$2 113 host-toolchain-path = $1/$2/prebuilt/$(HOST_TAG64) 117 # Function : get-toolchain-root 118 # Arguments: 1: Toolchain name 119 # Returns : Path to the given prebuilt toolchain. 121 get-toolchain-root = $(call host-toolchain-path,$(NDK_TOOLCHAINS_ROOT),$1) 126 # 2: Toolchain name (no version number [all...] |
/external/v8/ |
Makefile.nacl | 39 TOOLCHAIN_PATH = $(realpath ${NACL_SDK_ROOT}/toolchain) 43 $(error Cannot find Native Client toolchain in "${NACL_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...] |
/bionic/libc/tools/ |
check-symbols-glibc.py | 30 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable 31 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
|
check-symbols.py | 10 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
|
/external/clang/ |
Android.mk | 16 .PHONY: clang-toolchain llvm-tools 17 clang-toolchain: \ 69 clang-toolchain: \ 86 clang-toolchain: \
|
/prebuilts/go/darwin-x86/src/ |
bootstrap.bash | 10 # this script cross-compiles a toolchain for that GOOS/GOARCH 58 # prepare a clean toolchain for others. 68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
|
/prebuilts/go/linux-x86/src/ |
bootstrap.bash | 10 # this script cross-compiles a toolchain for that GOOS/GOARCH 58 # prepare a clean toolchain for others. 68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/ |
symver.d | 7 # and the arm-elf toolchain will add $d.
|
/build/soong/cc/ |
builder.go | 138 toolchain Toolchain 195 ccCmd = gccCmd(flags.toolchain, ccCmd) 217 arCmd := gccCmd(flags.toolchain, "ar") 293 ldCmd = gccCmd(flags.toolchain, "g++") 324 if !strings.HasSuffix(file, flags.toolchain.ShlibSuffix()) { 325 panic("shared library " + lib.String() + " does not end with " + flags.toolchain.ShlibSuffix()) 328 "-l"+strings.TrimSuffix(strings.TrimPrefix(file, "lib"), flags.toolchain.ShlibSuffix())) 364 ldCmd = gccCmd(flags.toolchain, "g++") 382 objcopyCmd := gccCmd(flags.toolchain, "objcopy" [all...] |
/ndk/build/core/toolchains/arm-linux-androideabi-clang3.6/ |
setup.mk | 16 # this file is used to prepare the NDK to build with the arm clang toolchain any 27 # Override the toolchain prefix 30 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call get-toolchain-root,llvm) 35 TOOLCHAIN_ROOT := $(call get-toolchain-root,$(TOOLCHAIN_NAME)-4.9) 46 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \ 60 -gcc-toolchain $(call host-path,$(TOOLCHAIN_ROOT)) \
|
/external/libvpx/libvpx/build/make/ |
configure.sh | 272 # Toolchain Check Functions 394 echo "TOOLCHAIN := ${toolchain}" >> config.mk 396 case ${toolchain} in 407 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}" 429 TOOLCHAIN=${toolchain} 507 toolchain="${toolchain:-${optval}}" 510 toolchain="${toolchain:-${optval}} [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
|
/external/google-benchmark/ |
.travis-setup.sh | 7 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test 10 sudo add-apt-repository -y "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main"
|
/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...] |
/ndk/build/lib/ |
build_support.py | 29 # TODO: Make the x86 toolchain names just be the triple. 80 def toolchain_to_arch(toolchain): 81 return dict(zip(ALL_TOOLCHAINS, ALL_ARCHITECTURES))[toolchain] 113 def sysroot_path(toolchain): 114 arch = toolchain_to_arch(toolchain) 127 return android_path('toolchain', *args)
|