binutils (legacy): ld: Set ELF interpreter to "/system/runtime_loader"

This aligns legacy ld with the changes committed in 0b1666c.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
Simon South 2015-10-30 13:43:35 -04:00 committed by Jérôme Duval
parent 465fb4d4a7
commit f2b5a31fc1
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
ELF_INTERPRETER_NAME=\"/system/runtime_loader\"

View File

@ -1,3 +1,4 @@
. ${srcdir}/emulparams/elf_haiku.sh
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-i386"
TEXT_START_ADDR=0x200000

View File

@ -1,3 +1,4 @@
. ${srcdir}/emulparams/elf_haiku.sh
SCRIPT_NAME=elf
OUTPUT_FORMAT="elf32-powerpc"
TEXT_START_ADDR=0x200000