Skip to content

Commit

Permalink
Remove unsupported cpu attribute from cc_toolchains.
Browse files Browse the repository at this point in the history
Fixes bazelbuild#8236

Issue bazelbuild#7075

RELNOTES: None.
PiperOrigin-RevId: 247014090
  • Loading branch information
scentini authored and Copybara-Service committed May 7, 2019
1 parent 291678d commit 81aefe7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/cpp/BUILD
Expand Up @@ -115,7 +115,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -147,7 +146,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "ppc",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -175,7 +173,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "s390x",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -203,7 +200,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -231,7 +227,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -261,7 +256,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":osx_wrapper",
cpu = "darwin",
dwp_files = ":empty",
linker_files = ":osx_wrapper",
objcopy_files = ":empty",
Expand Down Expand Up @@ -297,7 +291,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -333,7 +326,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down Expand Up @@ -369,7 +361,6 @@ cc_toolchain(
ar_files = ":empty",
as_files = ":empty",
compiler_files = ":compile-x64_windows",
cpu = "x64_windows",
dwp_files = ":empty",
linker_files = ":empty",
objcopy_files = ":empty",
Expand Down

0 comments on commit 81aefe7

Please sign in to comment.