mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
arch-armv8a.inc: Add missing BASE_LIB tune overrides
For multilib to work correctly, BASE_LIB overrides must be provided for each new tune added in this file. (From OE-Core rev: e39c5ec90ebbc37064c9cd59eba12603317740cd) Signed-off-by: Mike Crowe <mac@mcrowe.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a2a5615cee
commit
10a97f71af
@@ -26,3 +26,7 @@ PACKAGE_EXTRA_ARCHS_tune-armv8a = "aarch64 armv8a simd"
|
||||
PACKAGE_EXTRA_ARCHS_tune-armv8a-crc = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} crc"
|
||||
PACKAGE_EXTRA_ARCHS_tune-armv8a-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} crypto"
|
||||
PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} crypto"
|
||||
BASE_LIB_tune-armv8a = "lib64"
|
||||
BASE_LIB_tune-armv8a-crc = "lib64"
|
||||
BASE_LIB_tune-armv8a-crypto = "lib64"
|
||||
BASE_LIB_tune-armv8a-crc-crypto = "lib64"
|
||||
|
||||
Reference in New Issue
Block a user