Index: build/toolchain/nacl/BUILD.gn |
diff --git a/build/toolchain/nacl/BUILD.gn b/build/toolchain/nacl/BUILD.gn |
index 10a0651deb90f8d9231fb81ac9b82c09d12195ff..a52b0289f55d06aed5958cc0528ac79b7f00d7b2 100644 |
--- a/build/toolchain/nacl/BUILD.gn |
+++ b/build/toolchain/nacl/BUILD.gn |
@@ -147,7 +147,7 @@ nacl_toolchain("irt_x64") { |
ar = toolprefix + "ar" |
readelf = toolprefix + "readelf" |
# Link with cc to avoid including any C++ libs. |
- ld = "${python_path} ${link_irt} --tls-edit=tls_edit --link-cmd=${cc} --readelf-cmd=${readelf}" |
+ ld = "${python_path} ${link_irt} --tls-edit=tls_edit --link-cmd=${cxx} --readelf-cmd=${readelf}" |
Dirk Pranke
2015/02/04 23:26:51
This change is needed because Chrome's implementat
Roland McGrath
2015/02/04 23:31:36
Put comments in the code, not in the review. The
Dirk Pranke
2015/02/04 23:35:35
Ah, good point. Will do.
|
# TODO(ncbray): depend on link script |
deps = [ |