mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
13 lines
567 B
Diff
13 lines
567 B
Diff
|
diff -upr cfe.src.orig/lib/Driver/ToolChains.cpp cfe.src/lib/Driver/ToolChains.cpp
|
||
|
--- cfe.src.orig/lib/Driver/ToolChains.cpp 2013-06-08 16:17:19.000000000 +0300
|
||
|
+++ cfe.src/lib/Driver/ToolChains.cpp 2013-06-08 16:17:33.000000000 +0300
|
||
|
@@ -2220,7 +2220,7 @@ Linux::Linux(const Driver &D, const llvm
|
||
|
PPaths.push_back(Twine(GCCInstallation.getParentLibPath() + "/../" +
|
||
|
GCCInstallation.getTriple().str() + "/bin").str());
|
||
|
|
||
|
- Linker = GetProgramPath("ld");
|
||
|
+ Linker = GetProgramPath("ld.gold");
|
||
|
|
||
|
Distro Distro = DetectDistro(Arch);
|
||
|
|