fix powerpc build breakage from dynamic linker path search changes

This commit is contained in:
Rich Felker 2013-07-26 03:10:11 -04:00
parent c5e34dabbb
commit 16ac00ac46
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#include <string.h>
#include <elf.h>
#define LDSO_ARCH "powerpc" ENDIAN_SUFFIX
#define LDSO_ARCH "powerpc"
#define IS_COPY(x) ((x)==R_PPC_COPY)
#define IS_PLT(x) ((x)==R_PPC_JMP_SLOT)