summaryrefslogtreecommitdiff
path: root/sysdeps/mips/rtld-parms
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/rtld-parms')
-rw-r--r--sysdeps/mips/rtld-parms15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysdeps/mips/rtld-parms b/sysdeps/mips/rtld-parms
new file mode 100644
index 0000000000..72f09e7341
--- /dev/null
+++ b/sysdeps/mips/rtld-parms
@@ -0,0 +1,15 @@
+ifndef rtld-wordsize
+rtld-wordsize = 32
+endif
+ifndef rtld-oformat
+rtld-oformat = elf$(rtld-wordsize)-bigmips
+endif
+ifndef rtld-arch
+rtld-arch = mips
+endif
+ifndef rtld-entry
+rtld-entry = __start
+endif
+ifndef rtld-base
+rtld-base = 0x0fb60000 + SIZEOF_HEADERS
+endif