From 98398a2155caf62aff3deb14e82f539c750b9a03 Mon Sep 17 00:00:00 2001 From: Cal Peyser Date: Wed, 21 Dec 2016 20:59:26 +0000 Subject: Rollback AppleCrosstoolChange -- PiperOrigin-RevId: 142692398 MOS_MIGRATED_REVID=142692398 --- tools/cpp/BUILD | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tools/cpp/BUILD') 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 = [ -- cgit v1.2.3