mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
bitbake.conf/powerpc64: Set baselib to 'lib64' for ppc64
(From OE-Core rev: 7a278238d9b08e0315e92d386282cb488cc0c7b4) 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
8358485e1c
commit
2fa1f7de32
@@ -7,7 +7,9 @@
|
||||
#
|
||||
|
||||
# Used by multilib code to change the library paths
|
||||
baselib = "lib"
|
||||
baselib = "${BASELIB}"
|
||||
BASELIB = "lib"
|
||||
BASELIB_powerpc64 = "lib64"
|
||||
|
||||
# Path prefixes
|
||||
export base_prefix = ""
|
||||
|
||||
Reference in New Issue
Block a user