mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
security_flags.inc: fix flags missing from SDK toolchain
The security flags were missing from the SDK toolchain because they were added specifically to class-target. Add them to class-cross-canadian as well (since the SDK environment file is created from cross-canadian target flags). (From OE-Core rev: cd46e8f890069a40d1e9048cfa0f378dec1dc5e9) Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> Signed-off-by: Antoine Manache <a.manache@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a0a4f6bf89
commit
f17f89e2f4
@@ -57,6 +57,8 @@ SECURITY_STRINGFORMAT_pn-gcc = ""
|
||||
|
||||
TARGET_CC_ARCH_append_class-target = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}"
|
||||
TARGET_CC_ARCH_append_class-cross-canadian = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS_append_class-cross-canadian = " ${SECURITY_LDFLAGS}"
|
||||
|
||||
SECURITY_STACK_PROTECTOR_pn-gcc-runtime = ""
|
||||
SECURITY_STACK_PROTECTOR_pn-glibc = ""
|
||||
|
||||
Reference in New Issue
Block a user