tcmode: fix BASELIB for aarch64

The library path in the sourcery toolchain for aarch64 is lib64, not lib.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2015-10-14 21:13:22 -07:00
parent 924e443785
commit 89002198a4

View File

@@ -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.