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

Unified Diff: tools/ld_bfd/ld

Issue 7845021: Fixing a nit: "gcc" => "g++" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ld_bfd/ld
diff --git a/tools/ld_bfd/ld b/tools/ld_bfd/ld
index 41a9776de0698c8623a33816cb888e646a703f0e..f8ed124c788800294b8e7fc63f583a18b5f7b246 100755
--- a/tools/ld_bfd/ld
+++ b/tools/ld_bfd/ld
@@ -26,7 +26,7 @@ def PathTo(fname):
def FindLDBFD():
cxx = os.getenv("CXX")
if not cxx:
- cxx = "gcc"
+ cxx = "g++"
popen = subprocess.Popen(cxx + " -print-prog-name=ld",
shell=True,
stdout=subprocess.PIPE,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698