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:
Kumar Gala 2011-08-04 13:51:26 -05:00 committed by Richard Purdie
parent 8358485e1c
commit 2fa1f7de32
1 changed files with 3 additions and 1 deletions

View File

@ -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 = ""