Home
last modified time | relevance | path

Searched full:toolchain (Results 1 – 25 of 2633) sorted by relevance

12345678910>>...106

/external/trusty/arm-trusted-firmware/make_helpers/
Dtoolchain.mk10 # - The host toolchain (`host`) for building native tools
11 # - The AArch32 toolchain (`aarch32`) for building Arm AArch32 images
12 # - The AArch64 toolchain (`aarch64`) for building Arm AArch64 images
18 ifndef toolchain-mk
19 toolchain-mk := $(lastword $(MAKEFILE_LIST))
21 include $(dir $(toolchain-mk))build_env.mk
22 include $(dir $(toolchain-mk))utilities.mk
28 # need greater control over the toolchain flow.
60 # - <toolchain>-name
62 # A human-readable name for the toolchain,
[all …]
/external/angle/build/rust/std/rules/
DBUILD.gn11 …crate_root = "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/sr…
13 …"//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/bin/addr2li…
14 … "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/frame.rs",
15 …"//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/function.rs…
16 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/lazy.rs",
17 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/lib.rs",
18 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/line.rs",
19 … "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/loader.rs",
20 … "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/lookup.rs",
21 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/vendor/addr2line-0.24.2/src/unit.rs",
[all …]
/external/cronet/stable/build/config/siso/
Dnacl_linux.star11 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pydir:pydir": {
15 "native_client/toolchain/linux_x86/pnacl_newlib/lib:libllvm": {
19 "native_client/toolchain/linux_x86/saigo_newlib/bin:clang": {
23 "native_client/toolchain/linux_x86/saigo_newlib/lib:libso": {
27 "native_client/toolchain/linux_x86/nacl_x86_glibc/lib/gcc/x86_64-nacl:crtbegin": {
31 "native_client/toolchain/linux_x86/nacl_x86_glibc/libexec/gcc/x86_64-nacl:ccbackend": {
36 "native_client/toolchain/linux_x86/nacl_x86_glibc:header-files": {
40 "native_client/toolchain/linux_x86/pnacl_newlib:header-files": {
44 "native_client/toolchain/linux_x86/saigo_newlib:header-files": {
58 … "command_prefix": "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang++",
[all …]
Dclang_all.star30 # toolchain root
96 "build/toolchain/gcc_solink_wrapper.py": [
97 "build/toolchain/whole_archive.py",
98 "build/toolchain/wrapper_utils.py",
100 "build/toolchain/gcc_solink_wrapper.py:link": [
101 "build/toolchain/gcc_solink_wrapper.py",
102 "build/toolchain/whole_archive.py",
103 "build/toolchain/wrapper_utils.py",
105 "build/toolchain/gcc_link_wrapper.py": [
106 "build/toolchain/whole_archive.py",
[all …]
Dcros.star13 """Returns all CrOS specific toolchain and sysroot GN args."""
51 for toolchain in [
55 if not toolchain:
57 print("toolchain = %s" % toolchain)
58 fg[toolchain + ":headers"] = {
63 fg[path.join(toolchain, "bin") + ":llddeps"] = {
73 fg[path.join(toolchain, "lib") + ":libs"] = {
77 fg[path.join(toolchain, "lib64") + ":libs"] = {
81 fg[path.join(toolchain, "usr/lib64") + ":libs"] = {
85 fg[path.join(toolchain, "usr/armv7a-cros-linux-gnueabihf") + ":libs"] = {
[all …]
/external/cronet/tot/build/config/siso/
Dnacl_linux.star11 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pydir:pydir": {
15 "native_client/toolchain/linux_x86/pnacl_newlib/lib:libllvm": {
19 "native_client/toolchain/linux_x86/saigo_newlib/bin:clang": {
23 "native_client/toolchain/linux_x86/saigo_newlib/lib:libso": {
27 "native_client/toolchain/linux_x86/nacl_x86_glibc/lib/gcc/x86_64-nacl:crtbegin": {
31 "native_client/toolchain/linux_x86/nacl_x86_glibc/libexec/gcc/x86_64-nacl:ccbackend": {
36 "native_client/toolchain/linux_x86/nacl_x86_glibc:header-files": {
40 "native_client/toolchain/linux_x86/pnacl_newlib:header-files": {
44 "native_client/toolchain/linux_x86/saigo_newlib:header-files": {
58 … "command_prefix": "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang++",
[all …]
Dclang_all.star30 # toolchain root
96 "build/toolchain/gcc_solink_wrapper.py": [
97 "build/toolchain/whole_archive.py",
98 "build/toolchain/wrapper_utils.py",
100 "build/toolchain/gcc_solink_wrapper.py:link": [
101 "build/toolchain/gcc_solink_wrapper.py",
102 "build/toolchain/whole_archive.py",
103 "build/toolchain/wrapper_utils.py",
105 "build/toolchain/gcc_link_wrapper.py": [
106 "build/toolchain/whole_archive.py",
[all …]
Dcros.star13 """Returns all CrOS specific toolchain and sysroot GN args."""
51 for toolchain in [
55 if not toolchain:
57 print("toolchain = %s" % toolchain)
58 fg[toolchain + ":headers"] = {
63 fg[path.join(toolchain, "bin") + ":llddeps"] = {
73 fg[path.join(toolchain, "lib") + ":libs"] = {
77 fg[path.join(toolchain, "lib64") + ":libs"] = {
81 fg[path.join(toolchain, "usr/lib64") + ":libs"] = {
85 fg[path.join(toolchain, "usr/armv7a-cros-linux-gnueabihf") + ":libs"] = {
[all …]
/external/angle/build/config/siso/
Dnacl_linux.star11 "native_client/toolchain/linux_x86/pnacl_newlib/bin/pydir:pydir": {
15 "native_client/toolchain/linux_x86/pnacl_newlib/lib:libllvm": {
19 "native_client/toolchain/linux_x86/saigo_newlib/bin:clang": {
23 "native_client/toolchain/linux_x86/saigo_newlib/lib:libso": {
27 "native_client/toolchain/linux_x86/nacl_x86_glibc/lib/gcc/x86_64-nacl:crtbegin": {
31 "native_client/toolchain/linux_x86/nacl_x86_glibc/libexec/gcc/x86_64-nacl:ccbackend": {
36 "native_client/toolchain/linux_x86/nacl_x86_glibc:header-files": {
40 "native_client/toolchain/linux_x86/pnacl_newlib:header-files": {
44 "native_client/toolchain/linux_x86/saigo_newlib:header-files": {
58 … "command_prefix": "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang++",
[all …]
Dcros.star13 """Returns all CrOS specific toolchain and sysroot GN args."""
51 for toolchain in [
55 if not toolchain:
57 print("toolchain = %s" % toolchain)
58 fg[toolchain + ":headers"] = {
63 fg[path.join(toolchain, "bin") + ":llddeps"] = {
73 fg[path.join(toolchain, "usr/bin") + ":llddeps"] = {
84 fg[path.join(toolchain, "lib") + ":libs"] = {
88 fg[path.join(toolchain, "lib64") + ":libs"] = {
92 fg[path.join(toolchain, "usr/lib64") + ":libs"] = {
[all …]
/external/libpng/
D.appveyor.yml15 - TOOLCHAIN: vstudio
18 - TOOLCHAIN: vstudio
21 - TOOLCHAIN: vstudio
24 - TOOLCHAIN: llvm
27 - TOOLCHAIN: msys2
30 - TOOLCHAIN: msys2
33 - TOOLCHAIN: msys2
36 - TOOLCHAIN: msys2
39 - TOOLCHAIN: msys2
42 - TOOLCHAIN: msys2
[all …]
/external/bazelbuild-rules_rust/rust/private/
Dtoolchain_utils.bzl1 """A module defining toolchain utilities"""
4 toolchain = ctx.toolchains[str(Label("//rust:toolchain_type"))]
8 files = depset([toolchain.cargo])
11 toolchain.cargo,
12 toolchain.rustc,
14 transitive_files = toolchain.rustc_lib,
17 files = depset([toolchain.cargo_clippy])
20 toolchain.cargo_clippy,
21 toolchain.clippy_driver,
22 toolchain.rustc,
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/
Dcargo.sh12 # toolchain names which are automatically translated to the toolchain versions
15 # cargo.sh --version <toolchain-name> # looks up the version for the named toolchain
16 # cargo.sh +<toolchain-name> [...] # runs cargo commands with the named toolchain
17 # cargo.sh +all [...] # runs cargo commands with each toolchain
19 # The meta-toolchain "all" instructs this script to run the provided command
20 # once for each toolchain (msrv, stable, nightly).
31 echo " $0 --version <toolchain-name>" >&2
32 echo " $0 +<toolchain-name> [...]" >&2
42 # the default toolchain. This has the effect of clobbering any existing build
43 # artifacts from whatever toolchain the user has specified (e.g., `+nightly`),
[all …]
/external/rust/android-crates-io/extra_versions/crates/zerocopy/
Dcargo.sh12 # toolchain names which are automatically translated to the toolchain versions
15 # cargo.sh --version <toolchain-name> # looks up the version for the named toolchain
16 # cargo.sh +<toolchain-name> [...] # runs cargo commands with the named toolchain
17 # cargo.sh +all [...] # runs cargo commands with each toolchain
19 # The meta-toolchain "all" instructs this script to run the provided command
20 # once for each toolchain (msrv, stable, nightly).
31 echo " $0 --version <toolchain-name>" >&2
32 echo " $0 +<toolchain-name> [...]" >&2
42 # the default toolchain. This has the effect of clobbering any existing build
43 # artifacts from whatever toolchain the user has specified (e.g., `+nightly`),
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/
Dcargo.sh12 # toolchain names which are automatically translated to the toolchain versions
15 # cargo.sh --version <toolchain-name> # looks up the version for the named toolchain
16 # cargo.sh +<toolchain-name> [...] # runs cargo commands with the named toolchain
17 # cargo.sh +all [...] # runs cargo commands with each toolchain
19 # The meta-toolchain "all" instructs this script to run the provided command
20 # once for each toolchain (msrv, stable, nightly).
31 echo " $0 --version <toolchain-name>" >&2
32 echo " $0 +<toolchain-name> [...]" >&2
42 # the default toolchain. This has the effect of clobbering any existing build
43 # artifacts from whatever toolchain the user has specified (e.g., `+nightly`),
[all …]
/external/bazelbuild-rules_python/docs/
Dtoolchains.md6 This documents how to configure the Python toolchain and runtimes for different
46 python.toolchain(python_version = "3.12", is_default = True)
74 python.toolchain(python_version = "3.12", is_default=True)
85 `python.toolchain` -- rules_python ensures _some_ Python version is available,
116 python.toolchain(python_version = "3.12")
141 python.toolchain(
154 ### Other toolchain details
156 The `python.toolchain()` call makes its contents available under a repo named
158 `python.toolchain(python_version="3.11")` creates the repo `@python_3_11`.
162 #### Toolchain usage in other rules
[all …]
/external/regex-re2/
D.travis.yml14 - ubuntu-toolchain-r-test
23 - ubuntu-toolchain-r-test
32 - ubuntu-toolchain-r-test
41 - ubuntu-toolchain-r-test
50 - ubuntu-toolchain-r-test
59 - ubuntu-toolchain-r-test
69 - ubuntu-toolchain-r-test
70 - llvm-toolchain-precise-3.5
79 - ubuntu-toolchain-r-test
80 - llvm-toolchain-precise-3.6
[all …]
/external/sdv/vsomeip/third_party/boost/ratio/
D.travis.yml39 - ubuntu-toolchain-r-test
49 - ubuntu-toolchain-r-test
59 - ubuntu-toolchain-r-test
69 - ubuntu-toolchain-r-test
79 - ubuntu-toolchain-r-test
89 - ubuntu-toolchain-r-test
99 - ubuntu-toolchain-r-test
109 - ubuntu-toolchain-r-test
119 - ubuntu-toolchain-r-test
130 - ubuntu-toolchain-r-test
[all …]
/external/sdv/vsomeip/third_party/boost/chrono/
D.travis.yml39 - ubuntu-toolchain-r-test
49 - ubuntu-toolchain-r-test
59 - ubuntu-toolchain-r-test
69 - ubuntu-toolchain-r-test
79 - ubuntu-toolchain-r-test
89 - ubuntu-toolchain-r-test
99 - ubuntu-toolchain-r-test
109 - ubuntu-toolchain-r-test
119 - ubuntu-toolchain-r-test
130 - ubuntu-toolchain-r-test
[all …]
/external/bazelbuild-rules_python/python/
Dcurrent_py_toolchain.bzl20 toolchain = ctx.toolchains[ctx.attr._toolchain]
26 if toolchain.py3_runtime and toolchain.py3_runtime.interpreter:
27 direct.append(toolchain.py3_runtime.interpreter)
28 transitive.append(toolchain.py3_runtime.files)
29 vars["PYTHON3"] = toolchain.py3_runtime.interpreter.path
31 if toolchain.py2_runtime and toolchain.py2_runtime.interpreter:
32 direct.append(toolchain.py2_runtime.interpreter)
33 transitive.append(toolchain.py2_runtime.files)
34 vars["PYTHON2"] = toolchain.py2_runtime.interpreter.path
38 toolchain,
[all …]
/external/bazelbuild-rules_rust/examples/nix_cross_compiling/
DWORKSPACE.bazel21 "//bazel/toolchains/cc/aarch64-apple-darwin:toolchain",
22 "//bazel/toolchains/cc/aarch64-apple-ios:toolchain",
23 "//bazel/toolchains/cc/aarch64-linux-android:toolchain",
24 "//bazel/toolchains/cc/aarch64-unknown-linux-gnu:toolchain",
25 "//bazel/toolchains/cc/wasm32-unknown-unknown:toolchain",
26 "//bazel/toolchains/cc/wasm32-wasi:toolchain",
27 "//bazel/toolchains/cc/x86_64-apple-darwin:toolchain",
28 "//bazel/toolchains/cc/x86_64-pc-windows-msvc:toolchain",
29 "//bazel/toolchains/cc/x86_64-unknown-linux-gnu:toolchain",
30 "//bazel/toolchains/cc/x86_64-unknown-nixos-gnu:toolchain",
[all …]
/external/sdv/vsomeip/third_party/boost/io/
D.travis.yml40 - ubuntu-toolchain-r-test
50 - ubuntu-toolchain-r-test
60 - ubuntu-toolchain-r-test
70 - ubuntu-toolchain-r-test
80 - ubuntu-toolchain-r-test
90 - ubuntu-toolchain-r-test
100 - ubuntu-toolchain-r-test
110 - ubuntu-toolchain-r-test
120 - ubuntu-toolchain-r-test
130 - ubuntu-toolchain-r-test
[all …]
/external/sdv/vsomeip/third_party/boost/proto/
D.travis.yml39 - ubuntu-toolchain-r-test
49 - ubuntu-toolchain-r-test
59 - ubuntu-toolchain-r-test
69 - ubuntu-toolchain-r-test
78 - ubuntu-toolchain-r-test
88 - ubuntu-toolchain-r-test
98 - ubuntu-toolchain-r-test
108 - ubuntu-toolchain-r-test
118 - ubuntu-toolchain-r-test
128 - ubuntu-toolchain-r-test
[all …]
/external/sdv/vsomeip/third_party/boost/detail/
D.travis.yml36 - ubuntu-toolchain-r-test
47 - ubuntu-toolchain-r-test
58 - ubuntu-toolchain-r-test
69 - ubuntu-toolchain-r-test
80 - ubuntu-toolchain-r-test
91 - ubuntu-toolchain-r-test
102 - ubuntu-toolchain-r-test
113 - ubuntu-toolchain-r-test
124 - ubuntu-toolchain-r-test
135 - sourceline: "ppa:ubuntu-toolchain-r/test"
[all …]
/external/sdv/vsomeip/third_party/boost/thread/
D.travis.yml33 - ubuntu-toolchain-r-test
43 - ubuntu-toolchain-r-test
53 - ubuntu-toolchain-r-test
63 - ubuntu-toolchain-r-test
73 - ubuntu-toolchain-r-test
83 - ubuntu-toolchain-r-test
93 - ubuntu-toolchain-r-test
103 - ubuntu-toolchain-r-test
113 - ubuntu-toolchain-r-test
123 - ubuntu-toolchain-r-test
[all …]

12345678910>>...106