提交 744f1189 编写于 作者: R Rich Felker

make the x32 port use the correct ld-musl-x32.path filename

previously it was wrongly using the x86_64 one, precluding having both
x32 and x86_64 libs present on the same system.
上级 3a3c813e
......@@ -2,7 +2,7 @@
#include <string.h>
#include <elf.h>
#define LDSO_ARCH "x86_64"
#define LDSO_ARCH "x32"
#define IS_COPY(x) ((x)==R_X86_64_COPY)
#define IS_PLT(x) ((x)==R_X86_64_JUMP_SLOT)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册