aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/CROSSTOOL
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-03-02 16:24:13 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-03-02 17:55:47 +0000
commit8fa5ae6a6364100f2a7f9130e62eb0edb447339a (patch)
treecc216ad18cd748b79ee9e9debbb399aeb54ac4a3 /tools/cpp/CROSSTOOL
parentbe5b2ebcf70b5e89cb87060cee045a9773b496f4 (diff)
Add a cc_configure rule to auto-configure C++ crosstool
This is the last step of http://goo.gl/fD4ZsY (issue #893). Tests are in a separate change because they requires pretty complex setup. -- MOS_MIGRATED_REVID=116141979
Diffstat (limited to 'tools/cpp/CROSSTOOL')
-rw-r--r--tools/cpp/CROSSTOOL2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpp/CROSSTOOL b/tools/cpp/CROSSTOOL
index 6846d70b74..a668263a19 100644
--- a/tools/cpp/CROSSTOOL
+++ b/tools/cpp/CROSSTOOL
@@ -205,7 +205,7 @@ toolchain {
tool_path { name: "compat-ld" path: "/usr/bin/ld" }
tool_path { name: "cpp" path: "/usr/bin/cpp" }
tool_path { name: "dwp" path: "/usr/bin/dwp" }
- tool_path { name: "gcc" path: "osx_gcc_wrapper.sh" }
+ tool_path { name: "gcc" path: "osx_cc_wrapper.sh" }
cxx_flag: "-std=c++0x"
ar_flag: "-static"
ar_flag: "-s"