Index: build/toolchain/gcc_toolchain.gni |
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni |
index ea13aadcb93ca17b7f0699898a11af30d47421cf..f95e084d42d11848c8067a61a453a248deac1c31 100644 |
--- a/build/toolchain/gcc_toolchain.gni |
+++ b/build/toolchain/gcc_toolchain.gni |
@@ -2,6 +2,9 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+# This value will be inherited in the toolchain below. |
+concurrent_links = exec_script("get_concurrent_links.py", [], "value") |
+ |
# This template defines a toolchain for something that works like gcc |
# (including clang). |
# |