Browse Source

fix powerpc build breakage from dynamic linker path search changes

Rich Felker 11 years ago
parent
commit
16ac00ac46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/reloc.h

+ 1 - 1
arch/powerpc/reloc.h

@@ -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)