From f969c3779e9dddc84ac219d4b5f539dee78ad535 Mon Sep 17 00:00:00 2001 From: "bradchen@google.com" Date: Thu, 8 Sep 2011 20:13:32 +0000 Subject: Fixing a nit: "gcc" => "g++" BUG=none TEST=the bots Review URL: http://codereview.chromium.org/7845021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100232 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/ld_bfd/ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ld_bfd') diff --git a/tools/ld_bfd/ld b/tools/ld_bfd/ld index 41a9776..f8ed124 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, -- cgit v1.1