From 92a1eb7232c44baf8db485755967efcd4fd1629a Mon Sep 17 00:00:00 2001 From: Cal Peyser Date: Thu, 22 Dec 2016 17:59:11 +0000 Subject: Add stub ios toolchain to bazel BUILD.static -- PiperOrigin-RevId: 142775180 MOS_MIGRATED_REVID=142775180 --- tools/cpp/BUILD.static | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/cpp/BUILD.static') diff --git a/tools/cpp/BUILD.static b/tools/cpp/BUILD.static index 6f52c9d0c7..43bdad83bc 100644 --- a/tools/cpp/BUILD.static +++ b/tools/cpp/BUILD.static @@ -21,6 +21,7 @@ cc_toolchain_suite( "freebsd|compiler": ":cc-compiler-freebsd", "x64_windows|windows_msys64": ":cc-compiler-x64_windows", "x64_windows_msvc|cl": ":cc-compiler-x64_windows_msvc", + "ios_x86_64|compiler": ":cc-compiler-ios_x86_64", }, ) @@ -80,6 +81,20 @@ 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