mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-06 07:54:37 +02:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user