pull/9010/head
Deanna Garcia 4 years ago
parent 33f3c0ec99
commit b1877bb27f
  1. 1
      toolchain/BUILD
  2. 19
      toolchain/cc_toolchain_config.bzl

@ -1,4 +1,5 @@
load(":cc_toolchain_config.bzl", "cc_toolchain_config")
package(default_visibility = ["//visibility:public"])
filegroup(name = "empty")

@ -93,13 +93,10 @@ def _impl(ctx):
),
],
),
]
features.append(feature(
name = "default_compile_flags",
enabled = True,
flag_sets = [
flag_set(
feature(
name = "default_compile_flags",
enabled = True,
flag_sets = [
actions = all_compile_actions,
flag_groups = [
flag_group(
@ -113,10 +110,10 @@ def _impl(ctx):
ctx.attr.include_flag,
],
),
],
),
],
))
[,
],
),
]
return cc_common.create_cc_toolchain_config_info(
abi_libc_version = ctx.attr.target_cpu,

Loading…
Cancel
Save