mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-07 06:07:15 +08:00
14 lines
462 B
Diff
14 lines
462 B
Diff
Index: lib/Driver/Tools.cpp
|
|
===================================================================
|
|
--- lib/Driver/Tools.cpp (revision 123373)
|
|
+++ lib/Driver/Tools.cpp (working copy)
|
|
@@ -3306,7 +3306,7 @@
|
|
else if (ToolChain.getArch() == llvm::Triple::ppc64)
|
|
CmdArgs.push_back("/lib64/ld64.so.1");
|
|
else
|
|
- CmdArgs.push_back("/lib64/ld-linux-x86-64.so.2");
|
|
+ CmdArgs.push_back("/lib/ld-linux-x86-64.so.2");
|
|
}
|
|
|
|
CmdArgs.push_back("-o");
|