arm64: Add the rename interpreter path for compat32 ld-elf
Let arm64 and arm32 dynamic binaries coexist. Match all other compat32 archs. Reviewed by: manu Sponsored by: Juniper Networks, Inc
This commit is contained in:
parent
7eceffae90
commit
2471860668
@ -115,7 +115,7 @@ static Elf32_Brandinfo freebsd32_brand_info = {
|
||||
.emul_path = NULL,
|
||||
.interp_path = "/libexec/ld-elf.so.1",
|
||||
.sysvec = &elf32_freebsd_sysvec,
|
||||
.interp_newpath = NULL,
|
||||
.interp_newpath = "/libexec/ld-elf32.so.1",
|
||||
.brand_note = &elf32_freebsd_brandnote,
|
||||
.flags = BI_CAN_EXEC_DYN | BI_BRAND_NOTE,
|
||||
.header_supported= elf32_arm_abi_supported,
|
||||
|
Loading…
Reference in New Issue
Block a user