mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
image-mklibs.bbclass: Add powerpc64 arch support
powerp64 dynamic loader is 'ld64.so.1'. (From OE-Core rev: ef6007cf129a6eec71e1cbb1c65efc8bfd3991e0) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7d3c85eb5e
commit
05f8db8bf9
@@ -19,6 +19,9 @@ mklibs_optimize_image_doit() {
|
||||
powerpc | mips | microblaze )
|
||||
dynamic_loader="/lib/ld.so.1"
|
||||
;;
|
||||
powerpc64)
|
||||
dynamic_loader="${base_libdir}/ld64.so.1"
|
||||
;;
|
||||
x86_64)
|
||||
dynamic_loader="/lib/ld-linux-x86-64.so.2"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user