aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/BUILD
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-12-21 20:59:26 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-12-22 09:56:43 +0000
commit98398a2155caf62aff3deb14e82f539c750b9a03 (patch)
tree58254351d2c16ecc8bba1f63931a00830f68f688 /tools/cpp/BUILD
parentc6d76bd7e3053ee245d86cb126248b211ed841b9 (diff)
Rollback AppleCrosstoolChange
-- PiperOrigin-RevId: 142692398 MOS_MIGRATED_REVID=142692398
Diffstat (limited to 'tools/cpp/BUILD')
-rw-r--r--tools/cpp/BUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/cpp/BUILD b/tools/cpp/BUILD
index c7df6cfc70..4e93a314d6 100644
--- a/tools/cpp/BUILD
+++ b/tools/cpp/BUILD
@@ -39,7 +39,6 @@ cc_toolchain_suite(
"x64_windows|compiler": ":cc-compiler-x64_windows",
"x64_windows_msvc|compiler": ":cc-compiler-x64_windows_msvc",
"ppc|compiler": ":cc-compiler-ppc",
- "ios_x86_64|compiler": ":cc-compiler-ios_x86_64",
},
)
@@ -155,20 +154,6 @@ cc_toolchain(
supports_param_files = 1,
)
-cc_toolchain(
- name = "cc-compiler-ios_x86_64",
- all_files = ":empty",
- compiler_files = ":empty",
- cpu = "local",
- dwp_files = ":empty",
- dynamic_runtime_libs = [":empty"],
- linker_files = ":empty",
- objcopy_files = ":empty",
- static_runtime_libs = [":empty"],
- strip_files = ":empty",
- supports_param_files = 0,
-)
-
filegroup(
name = "every-file-x64_windows",
srcs = [