mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
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:
parent
465fb4d4a7
commit
f2b5a31fc1
1
legacy/binutils/ld/emulparams/elf_haiku.sh
Normal file
1
legacy/binutils/ld/emulparams/elf_haiku.sh
Normal file
@ -0,0 +1 @@
|
||||
ELF_INTERPRETER_NAME=\"/system/runtime_loader\"
|
@ -1,3 +1,4 @@
|
||||
. ${srcdir}/emulparams/elf_haiku.sh
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-i386"
|
||||
TEXT_START_ADDR=0x200000
|
||||
|
@ -1,3 +1,4 @@
|
||||
. ${srcdir}/emulparams/elf_haiku.sh
|
||||
SCRIPT_NAME=elf
|
||||
OUTPUT_FORMAT="elf32-powerpc"
|
||||
TEXT_START_ADDR=0x200000
|
||||
|
Loading…
Reference in New Issue
Block a user