Special parameters for rtld generation.

This commit is contained in:
Ulrich Drepper 1997-07-22 00:04:07 +00:00
parent 09d24ad477
commit abd048b1c0
1 changed files with 15 additions and 0 deletions

15
sysdeps/mips/rtld-parms Normal file
View File

@ -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