aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/BUILD.static
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-12-22 17:59:11 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-12-23 09:43:04 +0000
commit92a1eb7232c44baf8db485755967efcd4fd1629a (patch)
tree6051172cf340a10acf605204215f5eeb1ed8ece5 /tools/cpp/BUILD.static
parent1a592765f3fc116ac5c83b80784dcf0c043ccb5e (diff)
Add stub ios toolchain to bazel BUILD.static
-- PiperOrigin-RevId: 142775180 MOS_MIGRATED_REVID=142775180
Diffstat (limited to 'tools/cpp/BUILD.static')
-rw-r--r--tools/cpp/BUILD.static15
1 files changed, 15 insertions, 0 deletions
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 = [