From 89002198a49d9e586e95676b51ae3452002c685b Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 14 Oct 2015 21:13:22 -0700 Subject: [PATCH] tcmode: fix BASELIB for aarch64 The library path in the sourcery toolchain for aarch64 is lib64, not lib. Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 3223cb4..8a46c04 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -9,6 +9,9 @@ EXTERNAL_TOOLCHAIN ?= "UNDEFINED" # errors or warnings. NO32LIBS ?= "0" +# Align paths with the external toolchain +BASELIB_aarch64 = "lib64" + # Ensure that we only attempt to package up locales which are available in the # external toolchain. In the future, we should examine the external toolchain # sysroot and determine this accurately.