Skip to content

Commit

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

Issue #7075

RELNOTES: None.
PiperOrigin-RevId: 247014090
  • Loading branch information
scentini authored and aehlig committed May 17, 2019
1 parent e008c66 commit 4b328c9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/cpp/BUILD
Original file line number Diff line number Diff line change
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 4b328c9

Please sign in to comment.