Members
- all_files
- ar_executable
- built_in_include_directories
- compiler
- compiler_executable
- cpu
- dynamic_runtime_lib
- gcov_executable
- ld_executable
- libc
- needs_pic_for_dynamic_libraries
- nm_executable
- objcopy_executable
- objdump_executable
- preprocessor_executable
- static_runtime_lib
- strip_executable
- sysroot
- target_gnu_system_name
all_files
ar_executable
built_in_include_directories
compiler
compiler_executable
cpu
dynamic_runtime_lib
dynamic\_runtime\_lib attribute (so they can be passed to actions using this toolchain as inputs). The caller can check whether the feature_configuration enables static\_link\_cpp\_runtimes feature (if not, neither static\_runtime\_lib nor dynamic\_runtime\_lib have to be used), and use static\_runtime\_lib if static linking mode is active.
Parameters
| Parameter | Description |
|---|---|
feature_configuration | required Feature configuration to be queried. |
gcov_executable
ld_executable
libc
needs_pic_for_dynamic_libraries
--force\_pic Bazel option.
Parameters
| Parameter | Description |
|---|---|
feature_configuration | required Feature configuration to be queried. |
nm_executable
objcopy_executable
objdump_executable
preprocessor_executable
static_runtime_lib
static\_runtime\_lib attribute (so they can be passed to actions using this toolchain as inputs). The caller should check whether the feature_configuration enables static\_link\_cpp\_runtimes feature (if not, neither static\_runtime\_lib nor dynamic\_runtime\_lib should be used), and use dynamic\_runtime\_lib if dynamic linking mode is active.
Parameters
| Parameter | Description |
|---|---|
feature_configuration | required Feature configuration to be queried. |
strip_executable
sysroot
None.