diff options
Diffstat (limited to 'tools/ld_bfd')
-rwxr-xr-x | tools/ld_bfd/ld | 2 |
1 files changed, 1 insertions, 1 deletions
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, |