mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 11:28:58 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,7 +3,7 @@ inherit toolchain-scripts-base siteinfo kernel-arch
|
||||
# We want to be able to change the value of MULTIMACH_TARGET_SYS, because it
|
||||
# doesn't always match our expectations... but we default to the stock value
|
||||
REAL_MULTIMACH_TARGET_SYS ?= "${MULTIMACH_TARGET_SYS}"
|
||||
TARGET_CC_ARCH_append_libc-musl = " -mmusl"
|
||||
TARGET_CC_ARCH:append:libc-musl = " -mmusl"
|
||||
|
||||
# default debug prefix map isn't valid in the SDK
|
||||
DEBUG_PREFIX_MAP = ""
|
||||
|
||||
Reference in New Issue
Block a user