summaryrefslogtreecommitdiffstats
path: root/trunk/src/arch-mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/arch-mips.c')
-rw-r--r--trunk/src/arch-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/arch-mips.c b/trunk/src/arch-mips.c
index f5a2361..a57b6c8 100644
--- a/trunk/src/arch-mips.c
+++ b/trunk/src/arch-mips.c
@@ -992,6 +992,7 @@ PL_ARCH = {
.machine = EM_MIPS,
.max_reloc_size = 4,
.dynamic_linker = "/lib/ld.so.1",
+ .dynamic_linker_alt = "/lib32/ld.so.1",
/* MIPS does not use COPY relocs or jump slots. Pick a value outside
the ELF32_R_TYPE range. */
.R_COPY = ~0U,