Index: build/toolchain/nacl_toolchain.gni |
diff --git a/build/toolchain/nacl_toolchain.gni b/build/toolchain/nacl_toolchain.gni |
index d9ab77d23a5068ea6b38669c16227add0293facf..15ae604cb12c8a84e1be540e365c0fbb7d21417d 100644 |
--- a/build/toolchain/nacl_toolchain.gni |
+++ b/build/toolchain/nacl_toolchain.gni |
@@ -2,6 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
+import("//build/config/nacl/config.gni") |
import("//build/toolchain/gcc_toolchain.gni") |
# This template defines a NaCl toolchain. |
@@ -38,6 +39,7 @@ template("nacl_toolchain") { |
"cxx", |
"deps", |
"is_clang", |
+ "is_nacl_glibc", |
"ld", |
"link_outputs", |
"postlink", |