summaryrefslogtreecommitdiff
path: root/sysdeps/mips/rtld-parms
blob: 72f09e7341f365ea40bc0b246034734537ca372c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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