aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/CROSSTOOL
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2017-04-13 10:53:52 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2017-04-13 16:52:38 +0200
commit045104899738594d85f9ab9b0b9ccbde320b8055 (patch)
treea13037d9bade6bc128da6aff5b2d6338cc1b6f13 /tools/cpp/CROSSTOOL
parentd90737372d370d920e390aff6138dbc2aec2f3b1 (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: 153046587
Diffstat (limited to 'tools/cpp/CROSSTOOL')
-rw-r--r--tools/cpp/CROSSTOOL3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/cpp/CROSSTOOL b/tools/cpp/CROSSTOOL
index 8bcf94cfe7..d649b9617f 100644
--- a/tools/cpp/CROSSTOOL
+++ b/tools/cpp/CROSSTOOL
@@ -220,9 +220,6 @@ toolchain {
tool_path { name: "dwp" path: "/usr/bin/dwp" }
tool_path { name: "gcc" path: "osx_cc_wrapper.sh" }
cxx_flag: "-std=c++0x"
- ar_flag: "-static"
- ar_flag: "-s"
- ar_flag: "-o"
linker_flag: "-lstdc++"
linker_flag: "-undefined"
linker_flag: "dynamic_lookup"