mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00: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: d6df153991c91a1a14b561b3af52dcf96b73e6d7) 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> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f504feabb8
commit
cbe7c6568e
@ -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 = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user