Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2523)

Unified Diff: build/toolchain/fusl/BUILD.gn

Issue 1596483004: [fusl] Build libcxx atop fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: s/ / / Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fusl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/fusl/BUILD.gn
diff --git a/build/toolchain/fusl/BUILD.gn b/build/toolchain/fusl/BUILD.gn
index e6bb779f69bebd0192113493cffdc4ad10db8e5b..76a2b54a28feb7ab7570815a8d637c964a21a984 100644
--- a/build/toolchain/fusl/BUILD.gn
+++ b/build/toolchain/fusl/BUILD.gn
@@ -14,7 +14,7 @@ gcc_toolchain("fusl_x64") {
readelf = "readelf"
nm = "nm"
ar = "ar"
- ld = cc
+ ld = cxx
toolchain_cpu = "x64"
toolchain_os = "linux"
« no previous file with comments | « no previous file | fusl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698