[OE-core] [PATCH 2/2] arch-powerpc64: set BASE_LIB to 'lib64'

Kumar Gala galak at kernel.crashing.org
Thu Aug 4 07:28:27 UTC 2011


Default baselib location on ppc64 to 'lib64'.  This matches what other
Linux ppc64 distro's have done to date and keeps thing in sync for the
multilib case.

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
 .../machine/include/powerpc/arch-powerpc64.inc     |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc
index 7ef8ddc..7681eae 100644
--- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc
+++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc
@@ -10,3 +10,4 @@ TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", [ "m64" ], "powerpc64", "",
 AVAILTUNES += "powerpc64"
 TUNE_FEATURES_tune-powerpc64 ?= "m64 fpu-hard"
 BASE_LIB_tune-powerpc64 = "lib64"
+BASE_LIB = "lib64"
-- 
1.7.3.4





More information about the Openembedded-core mailing list