diff options
author | hlopko <hlopko@google.com> | 2017-06-01 10:14:40 +0200 |
---|---|---|
committer | László Csomor <laszlocsomor@google.com> | 2017-06-01 14:09:00 +0200 |
commit | a4697fdc1372adc6189abda0990e9ffd7ed00d63 (patch) | |
tree | bfe0cfa3858690871cb8b1b43514e01785647544 /tools/osx/crosstool/BUILD.tpl | |
parent | 4a45ea8dfd5f10c2b5956784ceb2972713c271bc (diff) |
Make C++ archiving use action_configs instead of hardcoded flags
RELNOTES: Use action_config in crosstool for static library archiving, remove ar_flag.
PiperOrigin-RevId: 157685703
Diffstat (limited to 'tools/osx/crosstool/BUILD.tpl')
-rw-r--r-- | tools/osx/crosstool/BUILD.tpl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tools/osx/crosstool/BUILD.tpl b/tools/osx/crosstool/BUILD.tpl index 8f6ff4d2b4..8f53767660 100644 --- a/tools/osx/crosstool/BUILD.tpl +++ b/tools/osx/crosstool/BUILD.tpl @@ -25,15 +25,6 @@ filegroup( srcs = ["cc_wrapper.sh"], ) -sh_binary( - name = "wrapped_clang_sh", - srcs = ["wrapped_clang"], - data = [ - "@bazel_tools//tools/objc:xcrunwrapper", - ], - visibility = ["//visibility:public"], -) - cc_toolchain_suite( name = "toolchain", toolchains = dict(CC_TOOLCHAINS), @@ -47,6 +38,7 @@ cc_toolchain_suite( ":libtool", ":make_hashed_objlist.py", ":wrapped_clang", + ":wrapped_ar", ":xcrunwrapper.sh", ], ) |