From 045104899738594d85f9ab9b0b9ccbde320b8055 Mon Sep 17 00:00:00 2001 From: hlopko Date: Thu, 13 Apr 2017 10:53:52 +0000 Subject: 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 --- tools/cpp/CROSSTOOL | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/cpp/CROSSTOOL') 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" -- cgit v1.2.3