Skip to content

Commit dde4ecc

Browse files
committed
change name to gcc
1 parent b2e39b4 commit dde4ecc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/config.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _impl(ctx):
161161
target_system_name = ctx.attr.toolchain_prefix,
162162
target_cpu = ctx.attr.toolchain_prefix,
163163
target_libc = "gcc",
164-
compiler = ctx.attr.gcc_repo,
164+
compiler = "gcc",
165165
abi_version = ctx.attr.abi_version,
166166
abi_libc_version = ctx.attr.gcc_version,
167167
action_configs = action_configs,

0 commit comments

Comments
 (0)