diff options
Diffstat (limited to 'sysdeps/mips/rtld-parms')
-rw-r--r-- | sysdeps/mips/rtld-parms | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sysdeps/mips/rtld-parms b/sysdeps/mips/rtld-parms deleted file mode 100644 index 72f09e7341..0000000000 --- a/sysdeps/mips/rtld-parms +++ /dev/null @@ -1,15 +0,0 @@ -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 |