mirror of
git://git.musl-libc.org/musl
synced 2024-12-15 11:15:07 +00:00
fix powerpc build breakage from dynamic linker path search changes
This commit is contained in:
parent
c5e34dabbb
commit
16ac00ac46
@ -1,7 +1,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <elf.h>
|
#include <elf.h>
|
||||||
|
|
||||||
#define LDSO_ARCH "powerpc" ENDIAN_SUFFIX
|
#define LDSO_ARCH "powerpc"
|
||||||
|
|
||||||
#define IS_COPY(x) ((x)==R_PPC_COPY)
|
#define IS_COPY(x) ((x)==R_PPC_COPY)
|
||||||
#define IS_PLT(x) ((x)==R_PPC_JMP_SLOT)
|
#define IS_PLT(x) ((x)==R_PPC_JMP_SLOT)
|
||||||
|
Loading…
Reference in New Issue
Block a user