]> sourceware.org Git - glibc.git/commitdiff
Special parameters for rtld generation.
authorUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 1997 00:04:07 +0000 (00:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 22 Jul 1997 00:04:07 +0000 (00:04 +0000)
sysdeps/mips/rtld-parms [new file with mode: 0644]

diff --git a/sysdeps/mips/rtld-parms b/sysdeps/mips/rtld-parms
new file mode 100644 (file)
index 0000000..72f09e7
--- /dev/null
@@ -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
This page took 0.040013 seconds and 5 git commands to generate.