We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e39b4 commit dde4eccCopy full SHA for dde4ecc
1 file changed
toolchain/config.bzl
@@ -161,7 +161,7 @@ def _impl(ctx):
161
target_system_name = ctx.attr.toolchain_prefix,
162
target_cpu = ctx.attr.toolchain_prefix,
163
target_libc = "gcc",
164
- compiler = ctx.attr.gcc_repo,
+ compiler = "gcc",
165
abi_version = ctx.attr.abi_version,
166
abi_libc_version = ctx.attr.gcc_version,
167
action_configs = action_configs,
0 commit comments